diff --git a/Make.config b/Make.config index 2d28b23d11de..56187c469cb7 100644 --- a/Make.config +++ b/Make.config @@ -194,8 +194,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)+$(NUGET_ # Xcode version should have both a major and a minor version (even if the minor version is 0) XCODE_VERSION=14.0 -XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_14_beta_3.xip -XCODE_DEVELOPER_ROOT=/Applications/Xcode_14.0.0-beta3.app/Contents/Developer +XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_14_beta_4.xip +XCODE_DEVELOPER_ROOT=/Applications/Xcode_14.0.0-beta4.app/Contents/Developer XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist 2>/dev/null || echo " $(shell tput setaf 1 2>/dev/null)The required Xcode ($(XCODE_VERSION)) is not installed in $(basename $(basename $(XCODE_DEVELOPER_ROOT)))$(shell tput sgr0 2>/dev/null)" >&2) # Tell both Xcode and our build logic which Xcode we're using. diff --git a/src/metalperformanceshadersgraph.cs b/src/metalperformanceshadersgraph.cs index 704549dc9859..2bbdd14ea903 100644 --- a/src/metalperformanceshadersgraph.cs +++ b/src/metalperformanceshadersgraph.cs @@ -1614,7 +1614,7 @@ interface MPSGraphDevice // @interface MPSGraphExecutableExecutionDescriptor : NSObject [TV (15,0), Mac (12,0), iOS (15,0), MacCatalyst (15,0)] [BaseType (typeof(NSObject))] - interface MPSGraphExecutableExecutionDescriptor + interface MPSGraphExecutableExecutionDescriptor : NSCopying { // @property (readwrite, atomic) MPSGraphExecutableScheduledHandler _Nonnull scheduledHandler; [Export ("scheduledHandler", ArgumentSemantic.Assign)] diff --git a/tests/introspection/ApiSelectorTest.cs b/tests/introspection/ApiSelectorTest.cs index 290ca4d21125..01e462e73461 100644 --- a/tests/introspection/ApiSelectorTest.cs +++ b/tests/introspection/ApiSelectorTest.cs @@ -904,6 +904,14 @@ protected virtual bool Skip (Type type, string selectorName) break; } break; + case "MPSGraphExecutableExecutionDescriptor": + switch (selectorName) { + case "copyWithZone:": + if (!TestRuntime.CheckXcodeVersion (14, 0)) + return true; + break; + } + break; case "UIControl": #if __MACCATALYST__ switch (selectorName) { diff --git a/tests/introspection/iOS/iOSApiSelectorTest.cs b/tests/introspection/iOS/iOSApiSelectorTest.cs index 23c8f04e83ea..b5f965b25dc7 100644 --- a/tests/introspection/iOS/iOSApiSelectorTest.cs +++ b/tests/introspection/iOS/iOSApiSelectorTest.cs @@ -772,6 +772,8 @@ protected override bool CheckResponse (bool value, Type actualType, MethodBase m return !TestRuntime.CheckXcodeVersion (8, 0); case "HMLocationEvent": return !TestRuntime.CheckXcodeVersion (9, 0); + case "MPSGraphExecutableExecutionDescriptor": + return TestRuntime.CheckXcodeVersion (14, 0); #if __WATCHOS__ case "INParameter": // NSCopying conformance added in Xcode 10 diff --git a/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CHIP.todo b/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CHIP.todo deleted file mode 100644 index 30c9bbbdbcf4..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CHIP.todo +++ /dev/null @@ -1,2514 +0,0 @@ -!missing-enum! CHIPAccessControlAuthMode not bound -!missing-enum! CHIPAccessControlChangeType not bound -!missing-enum! CHIPAccessControlPrivilege not bound -!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound -!missing-enum! CHIPAdministratorCommissioningStatusCode not bound -!missing-enum! CHIPApplianceControlApplianceStatus not bound -!missing-enum! CHIPApplianceControlCommandIdentification not bound -!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound -!missing-enum! CHIPApplianceControlWarningEvent not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound -!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound -!missing-enum! CHIPApplicationBasicApplicationStatus not bound -!missing-enum! CHIPApplicationLauncherFeature not bound -!missing-enum! CHIPApplicationLauncherStatus not bound -!missing-enum! CHIPAudioOutputAudiouOutputFeature not bound -!missing-enum! CHIPAudioOutputOutputType not bound -!missing-enum! CHIPBridgedActionsActionError not bound -!missing-enum! CHIPBridgedActionsActionState not bound -!missing-enum! CHIPBridgedActionsActionType not bound -!missing-enum! CHIPBridgedActionsCommandBits not bound -!missing-enum! CHIPBridgedActionsEndpointListType not bound -!missing-enum! CHIPChannelFeature not bound -!missing-enum! CHIPChannelLineupInfoType not bound -!missing-enum! CHIPChannelStatus not bound -!missing-enum! CHIPColorControlColorCapabilities not bound -!missing-enum! CHIPColorControlColorLoopAction not bound -!missing-enum! CHIPColorControlColorLoopDirection not bound -!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound -!missing-enum! CHIPColorControlColorMode not bound -!missing-enum! CHIPColorControlHueDirection not bound -!missing-enum! CHIPColorControlHueMoveMode not bound -!missing-enum! CHIPColorControlHueStepMode not bound -!missing-enum! CHIPColorControlSaturationMoveMode not bound -!missing-enum! CHIPColorControlSaturationStepMode not bound -!missing-enum! CHIPContentLauncherFeature not bound -!missing-enum! CHIPContentLauncherMetricType not bound -!missing-enum! CHIPContentLauncherParameter not bound -!missing-enum! CHIPContentLauncherStatus not bound -!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound -!missing-enum! CHIPDiagnosticLogsLogsIntent not bound -!missing-enum! CHIPDiagnosticLogsLogsStatus not bound -!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound -!missing-enum! CHIPDoorLockDayOfWeek not bound -!missing-enum! CHIPDoorLockDlAlarmCode not bound -!missing-enum! CHIPDoorLockDlAlarmMask not bound -!missing-enum! CHIPDoorLockDlCredentialRule not bound -!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound -!missing-enum! CHIPDoorLockDlCredentialType not bound -!missing-enum! CHIPDoorLockDlDataOperationType not bound -!missing-enum! CHIPDoorLockDlDaysMaskMap not bound -!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound -!missing-enum! CHIPDoorLockDlDoorState not bound -!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound -!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound -!missing-enum! CHIPDoorLockDlLockDataType not bound -!missing-enum! CHIPDoorLockDlLockOperationType not bound -!missing-enum! CHIPDoorLockDlLockState not bound -!missing-enum! CHIPDoorLockDlLockType not bound -!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound -!missing-enum! CHIPDoorLockDlOperatingMode not bound -!missing-enum! CHIPDoorLockDlOperationError not bound -!missing-enum! CHIPDoorLockDlOperationSource not bound -!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlStatus not bound -!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound -!missing-enum! CHIPDoorLockDlUserStatus not bound -!missing-enum! CHIPDoorLockDlUserType not bound -!missing-enum! CHIPDoorLockFeature not bound -!missing-enum! CHIPDoorLockOperationEventCode not bound -!missing-enum! CHIPDoorLockProgrammingEventCode not bound -!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound -!missing-enum! CHIPDoorLockUserStatus not bound -!missing-enum! CHIPDoorLockUserType not bound -!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound -!missing-enum! CHIPGeneralCommissioningCommissioningError not bound -!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound -!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound -!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound -!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound -!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound -!missing-enum! CHIPIasAceAlarmStatus not bound -!missing-enum! CHIPIasAceArmMode not bound -!missing-enum! CHIPIasAceArmNotification not bound -!missing-enum! CHIPIasAceAudibleNotification not bound -!missing-enum! CHIPIasAceBypassResult not bound -!missing-enum! CHIPIasAceIasZoneStatus not bound -!missing-enum! CHIPIasAceIasZoneType not bound -!missing-enum! CHIPIasAcePanelStatus not bound -!missing-enum! CHIPIasWdSquawkInfo not bound -!missing-enum! CHIPIasWdWarningInfo not bound -!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound -!missing-enum! CHIPIasZoneStatus not bound -!missing-enum! CHIPIasZoneType not bound -!missing-enum! CHIPIdentifyEffectIdentifier not bound -!missing-enum! CHIPIdentifyEffectVariant not bound -!missing-enum! CHIPIdentifyType not bound -!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound -!missing-enum! CHIPKeypadInputCecKeyCode not bound -!missing-enum! CHIPKeypadInputFeature not bound -!missing-enum! CHIPKeypadInputStatus not bound -!missing-enum! CHIPLevelControlFeature not bound -!missing-enum! CHIPLevelControlMoveMode not bound -!missing-enum! CHIPLevelControlStepMode not bound -!missing-enum! CHIPMediaInputFeature not bound -!missing-enum! CHIPMediaInputInputType not bound -!missing-enum! CHIPMediaPlaybackPlaybackState not bound -!missing-enum! CHIPMediaPlaybackStatus not bound -!missing-enum! CHIPMessagingConfirmationControl not bound -!missing-enum! CHIPMessagingControlConfirmation not bound -!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound -!missing-enum! CHIPMessagingControlImportance not bound -!missing-enum! CHIPMessagingControlMask not bound -!missing-enum! CHIPMessagingControlTransmission not bound -!missing-enum! CHIPMessagingEventId not bound -!missing-enum! CHIPMessagingExtendedControlMask not bound -!missing-enum! CHIPNetworkCommissioningFeature not bound -!missing-enum! CHIPNetworkCommissioningStatus not bound -!missing-enum! CHIPNetworkCommissioningWiFiBand not bound -!missing-enum! CHIPOnOffControl not bound -!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound -!missing-enum! CHIPOnOffDyingLightEffectVariant not bound -!missing-enum! CHIPOnOffEffectIdentifier not bound -!missing-enum! CHIPOnOffFeature not bound -!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound -!missing-enum! CHIPPowerSourceBatChargeFaultType not bound -!missing-enum! CHIPPowerSourceBatChargeLevel not bound -!missing-enum! CHIPPowerSourceBatChargeState not bound -!missing-enum! CHIPPowerSourceBatFaultType not bound -!missing-enum! CHIPPowerSourceBatReplaceability not bound -!missing-enum! CHIPPowerSourceFeature not bound -!missing-enum! CHIPPowerSourceStatus not bound -!missing-enum! CHIPPowerSourceWiredCurrentType not bound -!missing-enum! CHIPPowerSourceWiredFaultType not bound -!missing-enum! CHIPPressureMeasurementPressureFeature not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound -!missing-enum! CHIPScenesCopyMode not bound -!missing-enum! CHIPTargetNavigatorStatus not bound -!missing-enum! CHIPTestClusterBitmap16MaskMap not bound -!missing-enum! CHIPTestClusterBitmap32MaskMap not bound -!missing-enum! CHIPTestClusterBitmap64MaskMap not bound -!missing-enum! CHIPTestClusterBitmap8MaskMap not bound -!missing-enum! CHIPTestClusterSimple not bound -!missing-enum! CHIPTestClusterSimpleBitmap not bound -!missing-enum! CHIPThermostatControlSequence not bound -!missing-enum! CHIPThermostatDayOfWeek not bound -!missing-enum! CHIPThermostatFeature not bound -!missing-enum! CHIPThermostatModeForSequence not bound -!missing-enum! CHIPThermostatRunningMode not bound -!missing-enum! CHIPThermostatSetpointAdjustMode not bound -!missing-enum! CHIPThermostatSystemMode not bound -!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound -!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound -!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound -!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound -!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound -!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound -!missing-enum! CHIPUnitLocalizationFeature not bound -!missing-enum! CHIPUnitLocalizationTempUnit not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound -!missing-enum! CHIPWindowCoveringWcConfigStatus not bound -!missing-enum! CHIPWindowCoveringWcFeature not bound -!missing-enum! CHIPWindowCoveringWcMode not bound -!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound -!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound -!missing-enum! MatterInteractionErrorCode not bound -!missing-field! kCHIPArrayValueType not bound -!missing-field! kCHIPAttributePathKey not bound -!missing-field! kCHIPBooleanValueType not bound -!missing-field! kCHIPCommandPathKey not bound -!missing-field! kCHIPContextTagKey not bound -!missing-field! kCHIPDataKey not bound -!missing-field! kCHIPDoubleValueType not bound -!missing-field! kCHIPErrorKey not bound -!missing-field! kCHIPFloatValueType not bound -!missing-field! kCHIPNullValueType not bound -!missing-field! kCHIPOctetStringValueType not bound -!missing-field! kCHIPSignedIntegerValueType not bound -!missing-field! kCHIPStructureValueType not bound -!missing-field! kCHIPTypeKey not bound -!missing-field! kCHIPUnsignedIntegerValueType not bound -!missing-field! kCHIPUTF8StringValueType not bound -!missing-field! kCHIPValueKey not bound -!missing-field! MatterInteractionErrorDomain not bound -!missing-protocol! CHIPDeviceAttestationDelegate not bound -!missing-protocol! CHIPDeviceControllerClientProtocol not bound -!missing-protocol! CHIPDeviceControllerServerProtocol not bound -!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorControlOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClientGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeServerGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound -!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound -!missing-selector! CHIPAttributeReport::error not bound -!missing-selector! CHIPAudioOutput::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound -!missing-selector! CHIPBarrierControl::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound -!missing-selector! CHIPBinding::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound -!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound -!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound -!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound -!missing-selector! CHIPBindingClusterTargetStruct::group not bound -!missing-selector! CHIPBindingClusterTargetStruct::init not bound -!missing-selector! CHIPBindingClusterTargetStruct::node not bound -!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound -!missing-selector! CHIPBooleanState::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound -!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::init not bound -!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::name not bound -!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::init not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound -!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound -!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound -!missing-selector! CHIPColorControl::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorControlOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPCommandPath::cluster not bound -!missing-selector! CHIPCommandPath::command not bound -!missing-selector! CHIPCommandPath::endpoint not bound -!missing-selector! CHIPCommissioningParameters::attestationNonce not bound -!missing-selector! CHIPCommissioningParameters::CSRNonce not bound -!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound -!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound -!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound -!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound -!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound -!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound -!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound -!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound -!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound -!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound -!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound -!missing-selector! CHIPCommissioningParameters::wifiSSID not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound -!missing-selector! CHIPContentLauncherClusterDimension::height not bound -!missing-selector! CHIPContentLauncherClusterDimension::init not bound -!missing-selector! CHIPContentLauncherClusterDimension::metric not bound -!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound -!missing-selector! CHIPContentLauncherClusterDimension::width not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound -!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound -!missing-selector! CHIPContentLauncherClusterParameter::init not bound -!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound -!missing-selector! CHIPContentLauncherClusterParameter::type not bound -!missing-selector! CHIPContentLauncherClusterParameter::value not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound -!missing-selector! CHIPDescriptor::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound -!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound -!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound -!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound -!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound -!missing-selector! CHIPDeviceController::setKeyValueStoreManagerPath: not bound -!missing-selector! CHIPDeviceController::startup:vendorId:nocSigner:paaCerts: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound -!missing-selector! CHIPGroups::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound -!missing-selector! CHIPMediaInputClusterInputInfo::index not bound -!missing-selector! CHIPMediaInputClusterInputInfo::init not bound -!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound -!missing-selector! CHIPMediaInputClusterInputInfo::name not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound -!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPModeSelect::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound -!missing-selector! CHIPOccupancySensing::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound -!missing-selector! CHIPPowerSource::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAlarmMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPReadParams::fabricFiltered not bound -!missing-selector! CHIPReadParams::init not bound -!missing-selector! CHIPReadParams::setFabricFiltered: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound -!missing-selector! CHIPSubscribeParams::autoResubscribe not bound -!missing-selector! CHIPSubscribeParams::init not bound -!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound -!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound -!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound -!missing-selector! CHIPSwitch::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::humidityInPercentage not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::localTemperature not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::relayStatus not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setHumidityInPercentage: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setLocalTemperature: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setpoint not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setRelayStatus: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setSetpoint: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setTimeOfDay: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setUnreadEntries: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::timeOfDay not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::unreadEntries not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::payload not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setPayload: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeClientGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeServerGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClientGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeServerGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound -!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound -!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound -!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound -!missing-type! CHIPAttributeCacheContainer not bound -!missing-type! CHIPAudioOutputClusterOutputInfo not bound -!missing-type! CHIPBindingClusterTargetStruct not bound -!missing-type! CHIPChannel not bound -!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound -!missing-type! CHIPChannelClusterChangeChannelParams not bound -!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound -!missing-type! CHIPChannelClusterChannelInfo not bound -!missing-type! CHIPChannelClusterLineupInfo not bound -!missing-type! CHIPChannelClusterSkipChannelParams not bound -!missing-type! CHIPCommandPath not bound -!missing-type! CHIPCommissioningParameters not bound -!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound -!missing-type! CHIPContentLauncherClusterBrandingInformation not bound -!missing-type! CHIPContentLauncherClusterContentSearch not bound -!missing-type! CHIPContentLauncherClusterDimension not bound -!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound -!missing-type! CHIPContentLauncherClusterParameter not bound -!missing-type! CHIPContentLauncherClusterStyleInformation not bound -!missing-type! CHIPFanControl not bound -!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound -!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound -!missing-type! CHIPLocalizationConfiguration not bound -!missing-type! CHIPMediaInputClusterInputInfo not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound -!missing-type! CHIPMediaPlaybackClusterSeekParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound -!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound -!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound -!missing-type! CHIPReadParams not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound -!missing-type! CHIPSubscribeParams not bound -!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound -!missing-type! CHIPTestClusterClusterTestFabricScoped not bound -!missing-type! CHIPThermostatClusterGetRelayStatusLogResponseParams not bound -!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound -!missing-type! CHIPTimeFormatLocalization not bound -!missing-type! CHIPUnitLocalization not bound -!missing-type! CHIPUserLabel not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/common-CHIP.ignore b/tests/xtro-sharpie/api-annotations-dotnet/common-CHIP.ignore index f04c9f11cecb..7f37c5d19db8 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/common-CHIP.ignore +++ b/tests/xtro-sharpie/api-annotations-dotnet/common-CHIP.ignore @@ -18,13 +18,10 @@ !missing-selector! +CHIPOnboardingPayloadParser::setupPayloadForOnboardingPayload:ofType:error: not bound !missing-selector! CHIPCluster::initWithDevice:endpoint:queue: not bound !missing-selector! CHIPDeviceController::getConnectedDevice:queue:completionHandler: not bound -!missing-selector! CHIPDeviceController::getControllerNodeId not bound !missing-selector! CHIPDeviceController::isRunning not bound -!missing-selector! CHIPDeviceController::pairDevice:address:port:discriminator:setupPINCode:error: not bound !missing-selector! CHIPDeviceController::setPairingDelegate:queue: not bound !missing-selector! CHIPDeviceController::shutdown not bound !missing-selector! CHIPDeviceController::stopDevicePairing:error: not bound -!missing-selector! CHIPDeviceController::updateDevice:fabricId: not bound !missing-selector! CHIPManualSetupPayloadParser::initWithDecimalStringRepresentation: not bound !missing-selector! CHIPManualSetupPayloadParser::populatePayload: not bound !missing-selector! CHIPOptionalQRCodeInfo::infoType not bound @@ -480,7 +477,6 @@ !missing-selector! CHIPColorControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorCapabilitiesWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorControlOptionsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopActiveWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopDirectionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithCompletionHandler: not bound @@ -497,8 +493,6 @@ !missing-selector! CHIPColorControl::readAttributeColorPointRXWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorPointRYWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorTemperatureWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCompensationTextWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCurrentHueWithCompletionHandler: not bound @@ -536,7 +530,6 @@ !missing-selector! CHIPColorControl::stepHueWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stepSaturationWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stopMoveStepWithParams:completionHandler: not bound -!missing-selector! CHIPColorControl::writeAttributeColorControlOptionsWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:completionHandler: not bound @@ -615,15 +608,11 @@ !missing-selector! CHIPColorControlClusterMoveColorParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateX: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateY: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::moveMode not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsOverride not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::rate not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setMoveMode: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsOverride: not bound @@ -708,13 +697,9 @@ !missing-selector! CHIPColorControlClusterStepColorParams::stepX not bound !missing-selector! CHIPColorControlClusterStepColorParams::stepY not bound !missing-selector! CHIPColorControlClusterStepColorParams::transitionTime not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsOverride not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setStepMode: not bound @@ -818,12 +803,6 @@ !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::holidayIndex not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setHolidayIndex: not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::pinSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::setPinSlotIndex: not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::rfidSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::setRfidSlotIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::init not bound !missing-selector! CHIPDoorLockClusterClearUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::userIndex not bound @@ -866,48 +845,6 @@ !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setOperatingMode: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setStatus: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::status not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::logIndex not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::setLogIndex: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventIdOrAlarmCode not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventType not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::logEntryId not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventIdOrAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventType: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setLogEntryId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setSource: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setTimestamp: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::source not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::timestamp not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userType not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserParams::init not bound !missing-selector! CHIPDoorLockClusterGetUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetUserParams::userIndex not bound @@ -932,22 +869,6 @@ !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userStatus not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setWeekDayIndex: not bound @@ -989,36 +910,6 @@ !missing-selector! CHIPDoorLockClusterLockDoorParams::init not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::pinCode not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::setPinCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventCode not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventSource not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventSource: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventCode not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventSource not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventCode: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventSource: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userType not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credential not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credentialData not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::init not bound @@ -1046,24 +937,6 @@ !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalEndTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalStartTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setOperatingMode: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::pin not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userType not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::credentialRule not bound !missing-selector! CHIPDoorLockClusterSetUserParams::init not bound !missing-selector! CHIPDoorLockClusterSetUserParams::operationType not bound @@ -1079,16 +952,6 @@ !missing-selector! CHIPDoorLockClusterSetUserParams::userStatus not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::daysMask not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endHour not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endMinute not bound @@ -1453,7 +1316,6 @@ !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setZoneStatus: not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneId not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneStatus not bound -!missing-selector! CHIPIdentify::identifyQueryWithCompletionHandler: not bound !missing-selector! CHIPIdentify::identifyWithParams:completionHandler: not bound !missing-selector! CHIPIdentify::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPIdentify::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -1464,9 +1326,6 @@ !missing-selector! CHIPIdentifyClusterIdentifyParams::identifyTime not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::init not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::setIdentifyTime: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::init not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::setTimeout: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::timeout not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectIdentifier not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectVariant not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::init not bound @@ -1655,10 +1514,8 @@ !missing-selector! CHIPModeSelectClusterModeOptionStruct::init not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::label not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::mode not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTag not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setLabel: not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setMode: not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTag: not bound !missing-selector! CHIPModeSelectClusterSemanticTag::init not bound !missing-selector! CHIPModeSelectClusterSemanticTag::mfgCode not bound !missing-selector! CHIPModeSelectClusterSemanticTag::setMfgCode: not bound @@ -1743,17 +1600,14 @@ !missing-selector! CHIPOperationalCredentials::readAttributeSupportedFabricsWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::removeFabricWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::removeTrustedRootCertificateWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateFabricLabelWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateNOCWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::adminVendorId not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminNode not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::icacValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::ipkValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::nocValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setAdminVendorId: not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminNode: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIcacValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIpkValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setNocValue: not bound @@ -1802,9 +1656,6 @@ !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::fabricIndex not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setFabricIndex: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::setTrustedRootIdentifier: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::trustedRootIdentifier not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::label not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setLabel: not bound @@ -2053,7 +1904,6 @@ !missing-selector! CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMinMeasuredValueWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeCapacityWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -2182,11 +2032,9 @@ !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::capacity not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::groupId not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::init not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneCount not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneList not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setCapacity: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setGroupId: not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneCount: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneList: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::status not bound @@ -2217,13 +2065,6 @@ !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setSceneId: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::status not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::clusterId not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::init not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::length not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setClusterId: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setLength: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setValue: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::value not bound !missing-selector! CHIPScenesClusterStoreSceneParams::groupId not bound !missing-selector! CHIPScenesClusterStoreSceneParams::init not bound !missing-selector! CHIPScenesClusterStoreSceneParams::sceneId not bound @@ -2733,7 +2574,6 @@ !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg5: not bound !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg6: not bound !missing-selector! CHIPThermostat::clearWeeklyScheduleWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::getRelayStatusLogWithCompletionHandler: not bound !missing-selector! CHIPThermostat::getWeeklyScheduleWithParams:completionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithCompletionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithCompletionHandler: not bound @@ -2780,11 +2620,9 @@ !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::init not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::modeForSequence not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::payload not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setDayOfWeekForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setModeForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setPayload: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithCompletionHandler: not bound @@ -2995,17 +2833,13 @@ !missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:completionHandler: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::liftValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setLiftValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTiltValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::tiltValue not bound @@ -3082,8 +2916,6 @@ !missing-type! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams not bound !missing-type! CHIPDoorLockClusterClearCredentialParams not bound !missing-type! CHIPDoorLockClusterClearHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterClearPINCodeParams not bound -!missing-type! CHIPDoorLockClusterClearRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterClearUserParams not bound !missing-type! CHIPDoorLockClusterClearWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterClearYearDayScheduleParams not bound @@ -3092,33 +2924,17 @@ !missing-type! CHIPDoorLockClusterGetCredentialStatusResponseParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleResponseParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordResponseParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeResponseParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeResponseParams not bound !missing-type! CHIPDoorLockClusterGetUserParams not bound !missing-type! CHIPDoorLockClusterGetUserResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeResponseParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterLockDoorParams not bound -!missing-type! CHIPDoorLockClusterOperatingEventNotificationParams not bound -!missing-type! CHIPDoorLockClusterProgrammingEventNotificationParams not bound !missing-type! CHIPDoorLockClusterSetCredentialParams not bound !missing-type! CHIPDoorLockClusterSetCredentialResponseParams not bound !missing-type! CHIPDoorLockClusterSetHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterSetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterSetRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterSetUserParams not bound -!missing-type! CHIPDoorLockClusterSetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterSetUserTypeParams not bound !missing-type! CHIPDoorLockClusterSetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterSetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterUnlockDoorParams not bound @@ -3163,7 +2979,6 @@ !missing-type! CHIPIasZoneClusterZoneEnrollResponseParams not bound !missing-type! CHIPIasZoneClusterZoneStatusChangeNotificationParams not bound !missing-type! CHIPIdentifyClusterIdentifyParams not bound -!missing-type! CHIPIdentifyClusterIdentifyQueryResponseParams not bound !missing-type! CHIPIdentifyClusterTriggerEffectParams not bound !missing-type! CHIPIlluminanceMeasurement not bound !missing-type! CHIPKeypadInputClusterSendKeyParams not bound @@ -3204,7 +3019,6 @@ !missing-type! CHIPOperationalCredentialsClusterNOCResponseParams not bound !missing-type! CHIPOperationalCredentialsClusterNOCStruct not bound !missing-type! CHIPOperationalCredentialsClusterRemoveFabricParams not bound -!missing-type! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateFabricLabelParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateNOCParams not bound !missing-type! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams not bound @@ -3256,7 +3070,6 @@ !missing-type! CHIPScenesClusterRemoveAllScenesResponseParams not bound !missing-type! CHIPScenesClusterRemoveSceneParams not bound !missing-type! CHIPScenesClusterRemoveSceneResponseParams not bound -!missing-type! CHIPScenesClusterSceneExtensionFieldSet not bound !missing-type! CHIPScenesClusterStoreSceneParams not bound !missing-type! CHIPScenesClusterStoreSceneResponseParams not bound !missing-type! CHIPScenesClusterViewSceneParams not bound @@ -3309,3 +3122,4863 @@ !missing-type! CHIPWindowCoveringClusterGoToLiftValueParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltPercentageParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltValueParams not bound +!missing-enum! CHIPAccessControlAuthMode not bound +!missing-enum! CHIPAccessControlChangeType not bound +!missing-enum! CHIPAccessControlPrivilege not bound +!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound +!missing-enum! CHIPAdministratorCommissioningStatusCode not bound +!missing-enum! CHIPApplianceControlApplianceStatus not bound +!missing-enum! CHIPApplianceControlCommandIdentification not bound +!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound +!missing-enum! CHIPApplianceControlWarningEvent not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound +!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound +!missing-enum! CHIPApplicationBasicApplicationStatus not bound +!missing-enum! CHIPApplicationLauncherFeature not bound +!missing-enum! CHIPApplicationLauncherStatus not bound +!missing-enum! CHIPAudioOutputOutputType not bound +!missing-enum! CHIPBridgedActionsActionError not bound +!missing-enum! CHIPBridgedActionsActionState not bound +!missing-enum! CHIPBridgedActionsActionType not bound +!missing-enum! CHIPBridgedActionsCommandBits not bound +!missing-enum! CHIPBridgedActionsEndpointListType not bound +!missing-enum! CHIPChannelFeature not bound +!missing-enum! CHIPChannelLineupInfoType not bound +!missing-enum! CHIPChannelStatus not bound +!missing-enum! CHIPColorControlColorCapabilities not bound +!missing-enum! CHIPColorControlColorLoopAction not bound +!missing-enum! CHIPColorControlColorLoopDirection not bound +!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound +!missing-enum! CHIPColorControlColorMode not bound +!missing-enum! CHIPColorControlHueDirection not bound +!missing-enum! CHIPColorControlHueMoveMode not bound +!missing-enum! CHIPColorControlHueStepMode not bound +!missing-enum! CHIPColorControlSaturationMoveMode not bound +!missing-enum! CHIPColorControlSaturationStepMode not bound +!missing-enum! CHIPContentLauncherFeature not bound +!missing-enum! CHIPContentLauncherMetricType not bound +!missing-enum! CHIPContentLauncherParameter not bound +!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound +!missing-enum! CHIPDiagnosticLogsLogsIntent not bound +!missing-enum! CHIPDiagnosticLogsLogsStatus not bound +!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound +!missing-enum! CHIPDoorLockDayOfWeek not bound +!missing-enum! CHIPDoorLockDlAlarmCode not bound +!missing-enum! CHIPDoorLockDlCredentialRule not bound +!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound +!missing-enum! CHIPDoorLockDlCredentialType not bound +!missing-enum! CHIPDoorLockDlDataOperationType not bound +!missing-enum! CHIPDoorLockDlDaysMaskMap not bound +!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound +!missing-enum! CHIPDoorLockDlDoorState not bound +!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound +!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound +!missing-enum! CHIPDoorLockDlLockDataType not bound +!missing-enum! CHIPDoorLockDlLockOperationType not bound +!missing-enum! CHIPDoorLockDlLockState not bound +!missing-enum! CHIPDoorLockDlLockType not bound +!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound +!missing-enum! CHIPDoorLockDlOperatingMode not bound +!missing-enum! CHIPDoorLockDlOperationError not bound +!missing-enum! CHIPDoorLockDlOperationSource not bound +!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlStatus not bound +!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound +!missing-enum! CHIPDoorLockDlUserStatus not bound +!missing-enum! CHIPDoorLockDlUserType not bound +!missing-enum! CHIPDoorLockFeature not bound +!missing-enum! CHIPDoorLockOperationEventCode not bound +!missing-enum! CHIPDoorLockProgrammingEventCode not bound +!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound +!missing-enum! CHIPDoorLockUserStatus not bound +!missing-enum! CHIPDoorLockUserType not bound +!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound +!missing-enum! CHIPGeneralCommissioningCommissioningError not bound +!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound +!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound +!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound +!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound +!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound +!missing-enum! CHIPIasAceAlarmStatus not bound +!missing-enum! CHIPIasAceArmMode not bound +!missing-enum! CHIPIasAceArmNotification not bound +!missing-enum! CHIPIasAceAudibleNotification not bound +!missing-enum! CHIPIasAceBypassResult not bound +!missing-enum! CHIPIasAceIasZoneStatus not bound +!missing-enum! CHIPIasAceIasZoneType not bound +!missing-enum! CHIPIasAcePanelStatus not bound +!missing-enum! CHIPIasWdSquawkInfo not bound +!missing-enum! CHIPIasWdWarningInfo not bound +!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound +!missing-enum! CHIPIasZoneStatus not bound +!missing-enum! CHIPIasZoneType not bound +!missing-enum! CHIPIdentifyEffectIdentifier not bound +!missing-enum! CHIPIdentifyEffectVariant not bound +!missing-enum! CHIPIdentifyType not bound +!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound +!missing-enum! CHIPKeypadInputCecKeyCode not bound +!missing-enum! CHIPKeypadInputFeature not bound +!missing-enum! CHIPKeypadInputStatus not bound +!missing-enum! CHIPLevelControlFeature not bound +!missing-enum! CHIPLevelControlMoveMode not bound +!missing-enum! CHIPLevelControlStepMode not bound +!missing-enum! CHIPMediaInputFeature not bound +!missing-enum! CHIPMediaInputInputType not bound +!missing-enum! CHIPMediaPlaybackPlaybackState not bound +!missing-enum! CHIPMediaPlaybackStatus not bound +!missing-enum! CHIPMessagingConfirmationControl not bound +!missing-enum! CHIPMessagingControlConfirmation not bound +!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound +!missing-enum! CHIPMessagingControlImportance not bound +!missing-enum! CHIPMessagingControlMask not bound +!missing-enum! CHIPMessagingControlTransmission not bound +!missing-enum! CHIPMessagingEventId not bound +!missing-enum! CHIPMessagingExtendedControlMask not bound +!missing-enum! CHIPNetworkCommissioningFeature not bound +!missing-enum! CHIPNetworkCommissioningStatus not bound +!missing-enum! CHIPNetworkCommissioningWiFiBand not bound +!missing-enum! CHIPOnOffControl not bound +!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound +!missing-enum! CHIPOnOffDyingLightEffectVariant not bound +!missing-enum! CHIPOnOffEffectIdentifier not bound +!missing-enum! CHIPOnOffFeature not bound +!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound +!missing-enum! CHIPPowerSourceBatChargeFaultType not bound +!missing-enum! CHIPPowerSourceBatChargeLevel not bound +!missing-enum! CHIPPowerSourceBatChargeState not bound +!missing-enum! CHIPPowerSourceBatFaultType not bound +!missing-enum! CHIPPowerSourceBatReplaceability not bound +!missing-enum! CHIPPowerSourceFeature not bound +!missing-enum! CHIPPowerSourceStatus not bound +!missing-enum! CHIPPowerSourceWiredCurrentType not bound +!missing-enum! CHIPPowerSourceWiredFaultType not bound +!missing-enum! CHIPPressureMeasurementPressureFeature not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound +!missing-enum! CHIPScenesCopyMode not bound +!missing-enum! CHIPTargetNavigatorStatus not bound +!missing-enum! CHIPTestClusterBitmap16MaskMap not bound +!missing-enum! CHIPTestClusterBitmap32MaskMap not bound +!missing-enum! CHIPTestClusterBitmap64MaskMap not bound +!missing-enum! CHIPTestClusterBitmap8MaskMap not bound +!missing-enum! CHIPTestClusterSimple not bound +!missing-enum! CHIPTestClusterSimpleBitmap not bound +!missing-enum! CHIPThermostatControlSequence not bound +!missing-enum! CHIPThermostatDayOfWeek not bound +!missing-enum! CHIPThermostatFeature not bound +!missing-enum! CHIPThermostatModeForSequence not bound +!missing-enum! CHIPThermostatRunningMode not bound +!missing-enum! CHIPThermostatSetpointAdjustMode not bound +!missing-enum! CHIPThermostatSystemMode not bound +!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound +!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound +!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound +!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound +!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound +!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound +!missing-enum! CHIPUnitLocalizationFeature not bound +!missing-enum! CHIPUnitLocalizationTempUnit not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound +!missing-enum! CHIPWindowCoveringWcFeature not bound +!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound +!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound +!missing-enum! MatterInteractionErrorCode not bound +!missing-field! kCHIPArrayValueType not bound +!missing-field! kCHIPAttributePathKey not bound +!missing-field! kCHIPBooleanValueType not bound +!missing-field! kCHIPCommandPathKey not bound +!missing-field! kCHIPContextTagKey not bound +!missing-field! kCHIPDataKey not bound +!missing-field! kCHIPDoubleValueType not bound +!missing-field! kCHIPErrorKey not bound +!missing-field! kCHIPFloatValueType not bound +!missing-field! kCHIPNullValueType not bound +!missing-field! kCHIPOctetStringValueType not bound +!missing-field! kCHIPSignedIntegerValueType not bound +!missing-field! kCHIPStructureValueType not bound +!missing-field! kCHIPTypeKey not bound +!missing-field! kCHIPUnsignedIntegerValueType not bound +!missing-field! kCHIPUTF8StringValueType not bound +!missing-field! kCHIPValueKey not bound +!missing-field! MatterInteractionErrorDomain not bound +!missing-protocol! CHIPDeviceAttestationDelegate not bound +!missing-protocol! CHIPDeviceControllerClientProtocol not bound +!missing-protocol! CHIPDeviceControllerServerProtocol not bound +!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound +!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound +!missing-selector! CHIPAttributeReport::error not bound +!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound +!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound +!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound +!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound +!missing-selector! CHIPBindingClusterTargetStruct::group not bound +!missing-selector! CHIPBindingClusterTargetStruct::init not bound +!missing-selector! CHIPBindingClusterTargetStruct::node not bound +!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound +!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound +!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound +!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::init not bound +!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::name not bound +!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::init not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound +!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound +!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPCommandPath::cluster not bound +!missing-selector! CHIPCommandPath::command not bound +!missing-selector! CHIPCommandPath::endpoint not bound +!missing-selector! CHIPCommissioningParameters::attestationNonce not bound +!missing-selector! CHIPCommissioningParameters::CSRNonce not bound +!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound +!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound +!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound +!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound +!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound +!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound +!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound +!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound +!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound +!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound +!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound +!missing-selector! CHIPCommissioningParameters::wifiSSID not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound +!missing-selector! CHIPContentLauncherClusterDimension::height not bound +!missing-selector! CHIPContentLauncherClusterDimension::init not bound +!missing-selector! CHIPContentLauncherClusterDimension::metric not bound +!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound +!missing-selector! CHIPContentLauncherClusterDimension::width not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound +!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound +!missing-selector! CHIPContentLauncherClusterParameter::init not bound +!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound +!missing-selector! CHIPContentLauncherClusterParameter::type not bound +!missing-selector! CHIPContentLauncherClusterParameter::value not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound +!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound +!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound +!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound +!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound +!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound +!missing-selector! CHIPMediaInputClusterInputInfo::index not bound +!missing-selector! CHIPMediaInputClusterInputInfo::init not bound +!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound +!missing-selector! CHIPMediaInputClusterInputInfo::name not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPReadParams::fabricFiltered not bound +!missing-selector! CHIPReadParams::init not bound +!missing-selector! CHIPReadParams::setFabricFiltered: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound +!missing-selector! CHIPSubscribeParams::autoResubscribe not bound +!missing-selector! CHIPSubscribeParams::init not bound +!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound +!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound +!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound +!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound +!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound +!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound +!missing-type! CHIPAttributeCacheContainer not bound +!missing-type! CHIPAudioOutputClusterOutputInfo not bound +!missing-type! CHIPBindingClusterTargetStruct not bound +!missing-type! CHIPChannel not bound +!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound +!missing-type! CHIPChannelClusterChangeChannelParams not bound +!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound +!missing-type! CHIPChannelClusterChannelInfo not bound +!missing-type! CHIPChannelClusterLineupInfo not bound +!missing-type! CHIPChannelClusterSkipChannelParams not bound +!missing-type! CHIPCommandPath not bound +!missing-type! CHIPCommissioningParameters not bound +!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound +!missing-type! CHIPContentLauncherClusterBrandingInformation not bound +!missing-type! CHIPContentLauncherClusterContentSearch not bound +!missing-type! CHIPContentLauncherClusterDimension not bound +!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound +!missing-type! CHIPContentLauncherClusterParameter not bound +!missing-type! CHIPContentLauncherClusterStyleInformation not bound +!missing-type! CHIPFanControl not bound +!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound +!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound +!missing-type! CHIPLocalizationConfiguration not bound +!missing-type! CHIPMediaInputClusterInputInfo not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound +!missing-type! CHIPMediaPlaybackClusterSeekParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound +!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound +!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound +!missing-type! CHIPReadParams not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound +!missing-type! CHIPSubscribeParams not bound +!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound +!missing-type! CHIPTestClusterClusterTestFabricScoped not bound +!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound +!missing-type! CHIPTimeFormatLocalization not bound +!missing-type! CHIPUnitLocalization not bound +!missing-type! CHIPUserLabel not bound +!missing-enum! CHIPAudioOutputFeature not bound +!missing-enum! CHIPColorControlFeature not bound +!missing-enum! CHIPContentLauncherContentLaunchStatus not bound +!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound +!missing-enum! CHIPFanControlFanModeSequenceType not bound +!missing-enum! CHIPFanControlFanModeType not bound +!missing-enum! CHIPFanControlFeature not bound +!missing-enum! CHIPFanControlRockSupportMask not bound +!missing-enum! CHIPFanControlWindSettingMask not bound +!missing-enum! CHIPFanControlWindSupportMask not bound +!missing-enum! CHIPModeSelectFeature not bound +!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound +!missing-enum! CHIPOnOffStartUpOnOff not bound +!missing-enum! CHIPWindowCoveringConfigStatus not bound +!missing-enum! CHIPWindowCoveringEndProductType not bound +!missing-enum! CHIPWindowCoveringMode not bound +!missing-enum! CHIPWindowCoveringType not bound +!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound +!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +MatterControllerFactory::sharedInstance not bound +!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound +!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound +!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound +!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEventPath::cluster not bound +!missing-selector! CHIPEventPath::endpoint not bound +!missing-selector! CHIPEventPath::event not bound +!missing-selector! CHIPEventReport::error not bound +!missing-selector! CHIPEventReport::eventNumber not bound +!missing-selector! CHIPEventReport::path not bound +!missing-selector! CHIPEventReport::priority not bound +!missing-selector! CHIPEventReport::timestamp not bound +!missing-selector! CHIPEventReport::value not bound +!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound +!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound +!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound +!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound +!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound +!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! MatterControllerFactory::isRunning not bound +!missing-selector! MatterControllerFactory::shutdown not bound +!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound +!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound +!missing-selector! MatterControllerFactory::startup: not bound +!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound +!missing-selector! MatterControllerFactoryParams::paaCerts not bound +!missing-selector! MatterControllerFactoryParams::port not bound +!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound +!missing-selector! MatterControllerFactoryParams::setPort: not bound +!missing-selector! MatterControllerFactoryParams::setStartServer: not bound +!missing-selector! MatterControllerFactoryParams::startServer not bound +!missing-selector! MatterControllerFactoryParams::storageDelegate not bound +!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound +!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound +!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound +!missing-type! CHIPBasicClusterLeaveEvent not bound +!missing-type! CHIPBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBasicClusterShutDownEvent not bound +!missing-type! CHIPBasicClusterStartUpEvent not bound +!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound +!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound +!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound +!missing-type! CHIPDeviceControllerStartupParams not bound +!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound +!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationEvent not bound +!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound +!missing-type! CHIPEventPath not bound +!missing-type! CHIPEventReport not bound +!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound +!missing-type! CHIPSwitchClusterInitialPressEvent not bound +!missing-type! CHIPSwitchClusterLongPressEvent not bound +!missing-type! CHIPSwitchClusterLongReleaseEvent not bound +!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound +!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound +!missing-type! CHIPSwitchClusterShortReleaseEvent not bound +!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound +!missing-type! CHIPTestClusterClusterTestEventEvent not bound +!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound +!missing-type! MatterControllerFactory not bound +!missing-type! MatterControllerFactoryParams not bound +!missing-enum! CHIPOnOffSceneFeatures not bound +!missing-enum! CHIPSoftwareDiagnosticsFeature not bound +!missing-enum! MatterClusterAttributeIDType not bound +!missing-enum! MatterClusterCommandIDType not bound +!missing-enum! MatterClusterEventIDType not bound +!missing-enum! MatterClusterIDType not bound +!missing-selector! +CHIPAccessControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierClosePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeActiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeApplicationTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeInactiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePolarityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeReliabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeCredentialRulesSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorClosedEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableInsideStatusLEDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableLocalProgrammingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeExpiringUserTimeoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLEDSettingsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSendPINOverTheAirWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeNeutralCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveWiredFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryANSIDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryApprovedChemistryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargingCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCommonDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryIECDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryQuantityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplaceabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementNeededWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredCurrentTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredMaximumCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredNominalVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeLastConfiguredByWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityformatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCoilTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCompressorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACErrorCodeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACLouverPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACRefrigerantTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeEmergencyHeatDeltaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureCalibrationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOutdoorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePICoolingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePIHeatingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeRemoteSensingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeAmountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +MTRCertificates::generateCertificateSigningRequest:error: not bound +!missing-selector! +MTRCertificates::generateIntermediateCertificate:rootCertificate:intermediatePublicKey:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::generateOperationalCertificate:signingCertificate:operationalPublicKey:fabricId:nodeId:caseAuthenticatedTags:error: not bound +!missing-selector! +MTRCertificates::generateRootCertificate:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::isCertificate:equalTo: not bound +!missing-selector! +MTRCertificates::keypair:matchesCertificate: not bound +!missing-selector! CHIPAccessControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeAclWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeExtensionWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccountLogin::logoutWithParams:completionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::init not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::revokeCommissioningWithParams:completionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::init not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::init not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::init not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::init not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::init not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:params:completionHandler: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAudioOutput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControl::barrierControlStopWithParams:completionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierClosePeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierClosePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::init not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithCompletionHandler: not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithParams:completionHandler: not bound +!missing-selector! CHIPBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocalConfigDisabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocationWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::init not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeActiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeApplicationTypeWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeInactiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributePolarityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeReliabilityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeActiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeApplicationTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeInactiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePolarityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeReliabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeOutOfServiceWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributePresentValueWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinding::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:params:completionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPChannel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeOptionsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeStartUpColorTemperatureMiredsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:params:completionHandler: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDescriptor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDeviceController::controllerNodeId not bound +!missing-selector! CHIPDeviceController::pairDevice:address:port:setupPINCode:error: not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithOperationalKeypair:operationalCertificate:intermediateCertificate:rootCertificate:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithSigningKeypair:fabricId:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::intermediateCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::nocSigner not bound +!missing-selector! CHIPDeviceControllerStartupParams::nodeId not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalKeypair not bound +!missing-selector! CHIPDeviceControllerStartupParams::rootCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::setIntermediateCertificate: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setNodeId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setOperationalKeypair: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setRootCertificate: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLock::readAttributeCredentialRulesSupportWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorClosedEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableInsideStatusLEDWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableLocalProgrammingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeExpiringUserTimeoutWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLEDSettingsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSendPINOverTheAirWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeCredentialRulesSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDefaultConfigurationRegisterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorClosedEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableInsideStatusLEDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableLocalProgrammingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeExpiringUserTimeoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLEDSettingsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLocalProgrammingFeaturesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfCredentialsSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeRequirePINforRemoteOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSendPINOverTheAirWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::creatorFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::lastModifiedFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setCreatorFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setLastModifiedFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurement::getMeasurementProfileCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeNeutralCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcActivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcReactivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousActiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousLineCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousReactiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeNeutralCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePhaseHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::init not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::commissioningCompleteWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::writeAttributeBreadcrumbWithValue:params:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::init not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTestEventTriggersEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::testEventTriggerWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::enableKey not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::eventTrigger not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::init not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEnableKey: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEventTrigger: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:params:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroups::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroups::removeAllGroupsWithParams:completionHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::init not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::init not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterFireParams::init not bound +!missing-selector! CHIPIasAceClusterFireParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterFireParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::init not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::init not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::init not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanicParams::init not bound +!missing-selector! CHIPIasAceClusterPanicParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanicParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterSquawkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterSquawkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentify::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::writeAttributeIdentifyTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControl::moveToClosestFrequencyWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::stopWithOnOffWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeDefaultMoveRateWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeStartUpCurrentLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::frequency not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::init not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setFrequency: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::init not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:params:completionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::sleepWithParams:completionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::init not bound +!missing-selector! CHIPLowPowerClusterSleepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInput::hideInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::showInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::init not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelect::writeAttributeOnModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTags not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTags: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOccupancySensing::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::offWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithRecallGlobalSceneWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::toggleWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOffWaitTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOnTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeStartUpOnOffWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOffClusterOffParams::init not bound +!missing-selector! CHIPOnOffClusterOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnParams::init not bound +!missing-selector! CHIPOnOffClusterOnParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::init not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterToggleParams::init not bound +!missing-selector! CHIPOnOffClusterToggleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterToggleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::writeAttributeSwitchActionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminSubject not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminSubject: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::isForUpdateNOC not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setIsForUpdateNOC: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:params:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterCheckInParams::init not bound +!missing-selector! CHIPPollControlClusterCheckInParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::init not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::init not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::init not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeActiveWiredFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryANSIDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryApprovedChemistryWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCapacityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryChargingCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCommonDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryIECDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryQuantityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplaceabilityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementNeededWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredCurrentTypeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredMaximumCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredNominalVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryChargeFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveWiredFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryANSIDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryApprovedChemistryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargingCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCommonDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryFunctionalWhileChargingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryIECDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryQuantityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplaceabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementNeededWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeToFullChargeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredCurrentTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredMaximumCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredNominalVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMaxScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMinScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaleWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeControlModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeEnergyConsumedWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeRunningHoursWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::copySceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedAddSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedViewSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeLastConfiguredByWithCompletionHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeLastConfiguredByWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeId not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeValue not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::init not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeId: not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeValue: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::attributeValueList not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::clusterId not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::init not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setAttributeValueList: not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setClusterId: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPSoftwareDiagnostics::resetWatermarksWithParams:completionHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigator::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::testComplexNullableOptionalRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestFabricScopedEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testNotHandledWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSimpleArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSpecificWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testStructArrayArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testUnknownCommandWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::timedInvokeRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochSWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochUsWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListStructOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeTimedWriteBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeUnsupportedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeVendorIdWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::init not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::init not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::init not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostat::clearWeeklyScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityformatWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCoilTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCompressorTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACErrorCodeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACLouverPositionWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACRefrigerantTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeEmergencyHeatDeltaWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeLocalTemperatureCalibrationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupancyWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOutdoorTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePICoolingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePIHeatingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeRemoteSensingWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeAmountWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningStateWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityformatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCoilTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCompressorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACErrorCodeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACLouverPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACRefrigerantTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeEmergencyHeatDeltaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeHVACSystemTypeConfigurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureCalibrationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOutdoorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePICoolingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePIHeatingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeRemoteSensingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeAmountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatProgrammingOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeControlSequenceOfOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinSetpointDeadBandWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeSystemModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::init not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::transitions not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::transitions not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::coolSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::heatSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::init not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setCoolSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setHeatSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setTransitionTime: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::transitionTime not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeKeypadLockoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeScheduleProgrammingVisibilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeTemperatureDisplayModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:params:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:params:completionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:params:completionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCovering::downOrCloseWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::stopMotionWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::upOrOpenWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::init not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::init not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::init not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWriteParams::dataVersion not bound +!missing-selector! CHIPWriteParams::init not bound +!missing-selector! CHIPWriteParams::setDataVersion: not bound +!missing-selector! CHIPWriteParams::setTimedWriteTimeoutMs: not bound +!missing-selector! CHIPWriteParams::timedWriteTimeoutMs not bound +!missing-type! CHIPAccountLoginClusterLogoutParams not bound +!missing-type! CHIPAdministratorCommissioningClusterRevokeCommissioningParams not bound +!missing-type! CHIPAlarmsClusterGetAlarmParams not bound +!missing-type! CHIPAlarmsClusterResetAlarmLogParams not bound +!missing-type! CHIPAlarmsClusterResetAllAlarmsParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseResumeParams not bound +!missing-type! CHIPApplianceControlClusterSignalStateParams not bound +!missing-type! CHIPApplianceEventsAndAlertClusterGetAlertsParams not bound +!missing-type! CHIPApplianceStatisticsClusterLogQueueRequestParams not bound +!missing-type! CHIPBarrierControlClusterBarrierControlStopParams not bound +!missing-type! CHIPBasicClusterMfgSpecificPingParams not bound +!missing-type! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams not bound +!missing-type! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPGeneralCommissioningClusterCommissioningCompleteParams not bound +!missing-type! CHIPGeneralDiagnosticsClusterTestEventTriggerParams not bound +!missing-type! CHIPGroupsClusterRemoveAllGroupsParams not bound +!missing-type! CHIPIasAceClusterEmergencyParams not bound +!missing-type! CHIPIasAceClusterFireParams not bound +!missing-type! CHIPIasAceClusterGetBypassedZoneListParams not bound +!missing-type! CHIPIasAceClusterGetPanelStatusParams not bound +!missing-type! CHIPIasAceClusterGetZoneIdMapParams not bound +!missing-type! CHIPIasAceClusterPanicParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams not bound +!missing-type! CHIPIasZoneClusterInitiateTestModeResponseParams not bound +!missing-type! CHIPLevelControlClusterMoveToClosestFrequencyParams not bound +!missing-type! CHIPLevelControlClusterStopWithOnOffParams not bound +!missing-type! CHIPLowPowerClusterSleepParams not bound +!missing-type! CHIPMediaInputClusterHideInputStatusParams not bound +!missing-type! CHIPMediaInputClusterShowInputStatusParams not bound +!missing-type! CHIPMediaPlaybackClusterFastForwardParams not bound +!missing-type! CHIPMediaPlaybackClusterNextParams not bound +!missing-type! CHIPMediaPlaybackClusterPauseParams not bound +!missing-type! CHIPMediaPlaybackClusterPlayParams not bound +!missing-type! CHIPMediaPlaybackClusterPreviousParams not bound +!missing-type! CHIPMediaPlaybackClusterRewindParams not bound +!missing-type! CHIPMediaPlaybackClusterStartOverParams not bound +!missing-type! CHIPMediaPlaybackClusterStopPlaybackParams not bound +!missing-type! CHIPMessagingClusterGetLastMessageParams not bound +!missing-type! CHIPOnOffClusterOffParams not bound +!missing-type! CHIPOnOffClusterOnParams not bound +!missing-type! CHIPOnOffClusterOnWithRecallGlobalSceneParams not bound +!missing-type! CHIPOnOffClusterToggleParams not bound +!missing-type! CHIPPollControlClusterCheckInParams not bound +!missing-type! CHIPPollControlClusterFastPollStopParams not bound +!missing-type! CHIPPowerProfileClusterGetOverallSchedulePriceParams not bound +!missing-type! CHIPPowerProfileClusterPowerProfileStateRequestParams not bound +!missing-type! CHIPScenesClusterAttributeValuePair not bound +!missing-type! CHIPScenesClusterExtensionFieldSet not bound +!missing-type! CHIPSoftwareDiagnosticsClusterResetWatermarksParams not bound +!missing-type! CHIPTestClusterClusterTestNotHandledParams not bound +!missing-type! CHIPTestClusterClusterTestParams not bound +!missing-type! CHIPTestClusterClusterTestSpecificParams not bound +!missing-type! CHIPTestClusterClusterTestUnknownCommandParams not bound +!missing-type! CHIPTestClusterClusterTimedInvokeRequestParams not bound +!missing-type! CHIPThermostatClusterClearWeeklyScheduleParams not bound +!missing-type! CHIPThermostatClusterThermostatScheduleTransition not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPWindowCoveringClusterDownOrCloseParams not bound +!missing-type! CHIPWindowCoveringClusterStopMotionParams not bound +!missing-type! CHIPWindowCoveringClusterUpOrOpenParams not bound +!missing-type! CHIPWriteParams not bound +!missing-type! MTRCertificates not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-AuthenticationServices.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-AuthenticationServices.todo index 7f6378fc5119..0a7607402afb 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-AuthenticationServices.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-AuthenticationServices.todo @@ -2,3 +2,4 @@ !missing-selector! ASAuthorizationController::cancel not bound !missing-selector! ASAuthorizationController::performAutoFillAssistedRequests not bound !missing-selector! ASAuthorizationController::performRequestsWithOptions: not bound +!missing-field! ASAuthorizationProviderAuthorizationOperationDirectRequest not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CHIP.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CHIP.todo deleted file mode 100644 index d0a266a28566..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CHIP.todo +++ /dev/null @@ -1,2864 +0,0 @@ -!missing-enum! CHIPAccessControlAuthMode not bound -!missing-enum! CHIPAccessControlChangeType not bound -!missing-enum! CHIPAccessControlPrivilege not bound -!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound -!missing-enum! CHIPAdministratorCommissioningStatusCode not bound -!missing-enum! CHIPApplianceControlApplianceStatus not bound -!missing-enum! CHIPApplianceControlCommandIdentification not bound -!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound -!missing-enum! CHIPApplianceControlWarningEvent not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound -!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound -!missing-enum! CHIPApplicationBasicApplicationStatus not bound -!missing-enum! CHIPApplicationLauncherFeature not bound -!missing-enum! CHIPApplicationLauncherStatus not bound -!missing-enum! CHIPAudioOutputOutputType not bound -!missing-enum! CHIPBridgedActionsActionError not bound -!missing-enum! CHIPBridgedActionsActionState not bound -!missing-enum! CHIPBridgedActionsActionType not bound -!missing-enum! CHIPBridgedActionsCommandBits not bound -!missing-enum! CHIPBridgedActionsEndpointListType not bound -!missing-enum! CHIPChannelFeature not bound -!missing-enum! CHIPChannelLineupInfoType not bound -!missing-enum! CHIPChannelStatus not bound -!missing-enum! CHIPColorControlColorCapabilities not bound -!missing-enum! CHIPColorControlColorLoopAction not bound -!missing-enum! CHIPColorControlColorLoopDirection not bound -!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound -!missing-enum! CHIPColorControlColorMode not bound -!missing-enum! CHIPColorControlHueDirection not bound -!missing-enum! CHIPColorControlHueMoveMode not bound -!missing-enum! CHIPColorControlHueStepMode not bound -!missing-enum! CHIPColorControlSaturationMoveMode not bound -!missing-enum! CHIPColorControlSaturationStepMode not bound -!missing-enum! CHIPContentLauncherFeature not bound -!missing-enum! CHIPContentLauncherMetricType not bound -!missing-enum! CHIPContentLauncherParameter not bound -!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound -!missing-enum! CHIPDiagnosticLogsLogsIntent not bound -!missing-enum! CHIPDiagnosticLogsLogsStatus not bound -!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound -!missing-enum! CHIPDoorLockDayOfWeek not bound -!missing-enum! CHIPDoorLockDlAlarmCode not bound -!missing-enum! CHIPDoorLockDlAlarmMask not bound -!missing-enum! CHIPDoorLockDlCredentialRule not bound -!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound -!missing-enum! CHIPDoorLockDlCredentialType not bound -!missing-enum! CHIPDoorLockDlDataOperationType not bound -!missing-enum! CHIPDoorLockDlDaysMaskMap not bound -!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound -!missing-enum! CHIPDoorLockDlDoorState not bound -!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound -!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound -!missing-enum! CHIPDoorLockDlLockDataType not bound -!missing-enum! CHIPDoorLockDlLockOperationType not bound -!missing-enum! CHIPDoorLockDlLockState not bound -!missing-enum! CHIPDoorLockDlLockType not bound -!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound -!missing-enum! CHIPDoorLockDlOperatingMode not bound -!missing-enum! CHIPDoorLockDlOperationError not bound -!missing-enum! CHIPDoorLockDlOperationSource not bound -!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlStatus not bound -!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound -!missing-enum! CHIPDoorLockDlUserStatus not bound -!missing-enum! CHIPDoorLockDlUserType not bound -!missing-enum! CHIPDoorLockFeature not bound -!missing-enum! CHIPDoorLockOperationEventCode not bound -!missing-enum! CHIPDoorLockProgrammingEventCode not bound -!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound -!missing-enum! CHIPDoorLockUserStatus not bound -!missing-enum! CHIPDoorLockUserType not bound -!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound -!missing-enum! CHIPGeneralCommissioningCommissioningError not bound -!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound -!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound -!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound -!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound -!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound -!missing-enum! CHIPIasAceAlarmStatus not bound -!missing-enum! CHIPIasAceArmMode not bound -!missing-enum! CHIPIasAceArmNotification not bound -!missing-enum! CHIPIasAceAudibleNotification not bound -!missing-enum! CHIPIasAceBypassResult not bound -!missing-enum! CHIPIasAceIasZoneStatus not bound -!missing-enum! CHIPIasAceIasZoneType not bound -!missing-enum! CHIPIasAcePanelStatus not bound -!missing-enum! CHIPIasWdSquawkInfo not bound -!missing-enum! CHIPIasWdWarningInfo not bound -!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound -!missing-enum! CHIPIasZoneStatus not bound -!missing-enum! CHIPIasZoneType not bound -!missing-enum! CHIPIdentifyEffectIdentifier not bound -!missing-enum! CHIPIdentifyEffectVariant not bound -!missing-enum! CHIPIdentifyType not bound -!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound -!missing-enum! CHIPKeypadInputCecKeyCode not bound -!missing-enum! CHIPKeypadInputFeature not bound -!missing-enum! CHIPKeypadInputStatus not bound -!missing-enum! CHIPLevelControlFeature not bound -!missing-enum! CHIPLevelControlMoveMode not bound -!missing-enum! CHIPLevelControlStepMode not bound -!missing-enum! CHIPMediaInputFeature not bound -!missing-enum! CHIPMediaInputInputType not bound -!missing-enum! CHIPMediaPlaybackPlaybackState not bound -!missing-enum! CHIPMediaPlaybackStatus not bound -!missing-enum! CHIPMessagingConfirmationControl not bound -!missing-enum! CHIPMessagingControlConfirmation not bound -!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound -!missing-enum! CHIPMessagingControlImportance not bound -!missing-enum! CHIPMessagingControlMask not bound -!missing-enum! CHIPMessagingControlTransmission not bound -!missing-enum! CHIPMessagingEventId not bound -!missing-enum! CHIPMessagingExtendedControlMask not bound -!missing-enum! CHIPNetworkCommissioningFeature not bound -!missing-enum! CHIPNetworkCommissioningStatus not bound -!missing-enum! CHIPNetworkCommissioningWiFiBand not bound -!missing-enum! CHIPOnOffControl not bound -!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound -!missing-enum! CHIPOnOffDyingLightEffectVariant not bound -!missing-enum! CHIPOnOffEffectIdentifier not bound -!missing-enum! CHIPOnOffFeature not bound -!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound -!missing-enum! CHIPPowerSourceBatChargeFaultType not bound -!missing-enum! CHIPPowerSourceBatChargeLevel not bound -!missing-enum! CHIPPowerSourceBatChargeState not bound -!missing-enum! CHIPPowerSourceBatFaultType not bound -!missing-enum! CHIPPowerSourceBatReplaceability not bound -!missing-enum! CHIPPowerSourceFeature not bound -!missing-enum! CHIPPowerSourceStatus not bound -!missing-enum! CHIPPowerSourceWiredCurrentType not bound -!missing-enum! CHIPPowerSourceWiredFaultType not bound -!missing-enum! CHIPPressureMeasurementPressureFeature not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound -!missing-enum! CHIPScenesCopyMode not bound -!missing-enum! CHIPTargetNavigatorStatus not bound -!missing-enum! CHIPTestClusterBitmap16MaskMap not bound -!missing-enum! CHIPTestClusterBitmap32MaskMap not bound -!missing-enum! CHIPTestClusterBitmap64MaskMap not bound -!missing-enum! CHIPTestClusterBitmap8MaskMap not bound -!missing-enum! CHIPTestClusterSimple not bound -!missing-enum! CHIPTestClusterSimpleBitmap not bound -!missing-enum! CHIPThermostatControlSequence not bound -!missing-enum! CHIPThermostatDayOfWeek not bound -!missing-enum! CHIPThermostatFeature not bound -!missing-enum! CHIPThermostatModeForSequence not bound -!missing-enum! CHIPThermostatRunningMode not bound -!missing-enum! CHIPThermostatSetpointAdjustMode not bound -!missing-enum! CHIPThermostatSystemMode not bound -!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound -!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound -!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound -!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound -!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound -!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound -!missing-enum! CHIPUnitLocalizationFeature not bound -!missing-enum! CHIPUnitLocalizationTempUnit not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound -!missing-enum! CHIPWindowCoveringWcFeature not bound -!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound -!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound -!missing-enum! MatterInteractionErrorCode not bound -!missing-field! kCHIPArrayValueType not bound -!missing-field! kCHIPAttributePathKey not bound -!missing-field! kCHIPBooleanValueType not bound -!missing-field! kCHIPCommandPathKey not bound -!missing-field! kCHIPContextTagKey not bound -!missing-field! kCHIPDataKey not bound -!missing-field! kCHIPDoubleValueType not bound -!missing-field! kCHIPErrorKey not bound -!missing-field! kCHIPFloatValueType not bound -!missing-field! kCHIPNullValueType not bound -!missing-field! kCHIPOctetStringValueType not bound -!missing-field! kCHIPSignedIntegerValueType not bound -!missing-field! kCHIPStructureValueType not bound -!missing-field! kCHIPTypeKey not bound -!missing-field! kCHIPUnsignedIntegerValueType not bound -!missing-field! kCHIPUTF8StringValueType not bound -!missing-field! kCHIPValueKey not bound -!missing-field! MatterInteractionErrorDomain not bound -!missing-protocol! CHIPDeviceAttestationDelegate not bound -!missing-protocol! CHIPDeviceControllerClientProtocol not bound -!missing-protocol! CHIPDeviceControllerServerProtocol not bound -!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorControlOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound -!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound -!missing-selector! CHIPAttributeReport::error not bound -!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound -!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound -!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound -!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound -!missing-selector! CHIPBindingClusterTargetStruct::group not bound -!missing-selector! CHIPBindingClusterTargetStruct::init not bound -!missing-selector! CHIPBindingClusterTargetStruct::node not bound -!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound -!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound -!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::init not bound -!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::name not bound -!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::init not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound -!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound -!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorControlOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPCommandPath::cluster not bound -!missing-selector! CHIPCommandPath::command not bound -!missing-selector! CHIPCommandPath::endpoint not bound -!missing-selector! CHIPCommissioningParameters::attestationNonce not bound -!missing-selector! CHIPCommissioningParameters::CSRNonce not bound -!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound -!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound -!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound -!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound -!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound -!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound -!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound -!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound -!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound -!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound -!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound -!missing-selector! CHIPCommissioningParameters::wifiSSID not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound -!missing-selector! CHIPContentLauncherClusterDimension::height not bound -!missing-selector! CHIPContentLauncherClusterDimension::init not bound -!missing-selector! CHIPContentLauncherClusterDimension::metric not bound -!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound -!missing-selector! CHIPContentLauncherClusterDimension::width not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound -!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound -!missing-selector! CHIPContentLauncherClusterParameter::init not bound -!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound -!missing-selector! CHIPContentLauncherClusterParameter::type not bound -!missing-selector! CHIPContentLauncherClusterParameter::value not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound -!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound -!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound -!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound -!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound -!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound -!missing-selector! CHIPMediaInputClusterInputInfo::index not bound -!missing-selector! CHIPMediaInputClusterInputInfo::init not bound -!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound -!missing-selector! CHIPMediaInputClusterInputInfo::name not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound -!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAlarmMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPReadParams::fabricFiltered not bound -!missing-selector! CHIPReadParams::init not bound -!missing-selector! CHIPReadParams::setFabricFiltered: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound -!missing-selector! CHIPSubscribeParams::autoResubscribe not bound -!missing-selector! CHIPSubscribeParams::init not bound -!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound -!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound -!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::humidityInPercentage not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::localTemperature not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::relayStatus not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setHumidityInPercentage: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setLocalTemperature: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setpoint not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setRelayStatus: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setSetpoint: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setTimeOfDay: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setUnreadEntries: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::timeOfDay not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::unreadEntries not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::payload not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setPayload: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound -!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound -!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound -!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound -!missing-type! CHIPAttributeCacheContainer not bound -!missing-type! CHIPAudioOutputClusterOutputInfo not bound -!missing-type! CHIPBindingClusterTargetStruct not bound -!missing-type! CHIPChannel not bound -!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound -!missing-type! CHIPChannelClusterChangeChannelParams not bound -!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound -!missing-type! CHIPChannelClusterChannelInfo not bound -!missing-type! CHIPChannelClusterLineupInfo not bound -!missing-type! CHIPChannelClusterSkipChannelParams not bound -!missing-type! CHIPCommandPath not bound -!missing-type! CHIPCommissioningParameters not bound -!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound -!missing-type! CHIPContentLauncherClusterBrandingInformation not bound -!missing-type! CHIPContentLauncherClusterContentSearch not bound -!missing-type! CHIPContentLauncherClusterDimension not bound -!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound -!missing-type! CHIPContentLauncherClusterParameter not bound -!missing-type! CHIPContentLauncherClusterStyleInformation not bound -!missing-type! CHIPFanControl not bound -!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound -!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound -!missing-type! CHIPLocalizationConfiguration not bound -!missing-type! CHIPMediaInputClusterInputInfo not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound -!missing-type! CHIPMediaPlaybackClusterSeekParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound -!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound -!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound -!missing-type! CHIPReadParams not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound -!missing-type! CHIPSubscribeParams not bound -!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound -!missing-type! CHIPTestClusterClusterTestFabricScoped not bound -!missing-type! CHIPThermostatClusterGetRelayStatusLogResponseParams not bound -!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound -!missing-type! CHIPTimeFormatLocalization not bound -!missing-type! CHIPUnitLocalization not bound -!missing-type! CHIPUserLabel not bound -!missing-enum! CHIPAudioOutputFeature not bound -!missing-enum! CHIPColorControlFeature not bound -!missing-enum! CHIPContentLauncherContentLaunchStatus not bound -!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound -!missing-enum! CHIPFanControlFanModeSequenceType not bound -!missing-enum! CHIPFanControlFanModeType not bound -!missing-enum! CHIPFanControlFeature not bound -!missing-enum! CHIPFanControlRockSupportMask not bound -!missing-enum! CHIPFanControlWindSettingMask not bound -!missing-enum! CHIPFanControlWindSupportMask not bound -!missing-enum! CHIPModeSelectFeature not bound -!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound -!missing-enum! CHIPOnOffStartUpOnOff not bound -!missing-enum! CHIPWindowCoveringConfigStatus not bound -!missing-enum! CHIPWindowCoveringEndProductType not bound -!missing-enum! CHIPWindowCoveringMode not bound -!missing-enum! CHIPWindowCoveringType not bound -!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound -!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +MatterControllerFactory::sharedInstance not bound -!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound -!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound -!missing-selector! CHIPDeviceControllerStartupParams::initWithKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound -!missing-selector! CHIPDeviceControllerStartupParams::rootCAKeypair not bound -!missing-selector! CHIPDeviceControllerStartupParams::setFabricId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setIpk: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setRootCAKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEventPath::cluster not bound -!missing-selector! CHIPEventPath::endpoint not bound -!missing-selector! CHIPEventPath::event not bound -!missing-selector! CHIPEventReport::error not bound -!missing-selector! CHIPEventReport::eventNumber not bound -!missing-selector! CHIPEventReport::path not bound -!missing-selector! CHIPEventReport::priority not bound -!missing-selector! CHIPEventReport::timestamp not bound -!missing-selector! CHIPEventReport::value not bound -!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound -!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound -!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound -!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound -!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound -!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound -!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! MatterControllerFactory::isRunning not bound -!missing-selector! MatterControllerFactory::shutdown not bound -!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound -!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound -!missing-selector! MatterControllerFactory::startup: not bound -!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound -!missing-selector! MatterControllerFactoryParams::paaCerts not bound -!missing-selector! MatterControllerFactoryParams::port not bound -!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound -!missing-selector! MatterControllerFactoryParams::setPort: not bound -!missing-selector! MatterControllerFactoryParams::setStartServer: not bound -!missing-selector! MatterControllerFactoryParams::startServer not bound -!missing-selector! MatterControllerFactoryParams::storageDelegate not bound -!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound -!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound -!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound -!missing-type! CHIPBasicClusterLeaveEvent not bound -!missing-type! CHIPBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBasicClusterShutDownEvent not bound -!missing-type! CHIPBasicClusterStartUpEvent not bound -!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound -!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound -!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound -!missing-type! CHIPDeviceControllerStartupParams not bound -!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound -!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationEvent not bound -!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound -!missing-type! CHIPEventPath not bound -!missing-type! CHIPEventReport not bound -!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound -!missing-type! CHIPSwitchClusterInitialPressEvent not bound -!missing-type! CHIPSwitchClusterLongPressEvent not bound -!missing-type! CHIPSwitchClusterLongReleaseEvent not bound -!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound -!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound -!missing-type! CHIPSwitchClusterShortReleaseEvent not bound -!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound -!missing-type! CHIPTestClusterClusterTestEventEvent not bound -!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound -!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound -!missing-type! MatterControllerFactory not bound -!missing-type! MatterControllerFactoryParams not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreFoundation.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreFoundation.todo new file mode 100644 index 000000000000..783c400fc9c4 --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreFoundation.todo @@ -0,0 +1,2 @@ +!missing-pinvoke! CFStringCreateStringWithValidatedFormat is not bound +!missing-pinvoke! CFStringCreateStringWithValidatedFormatAndArguments is not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreSpotlight.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreSpotlight.todo new file mode 100644 index 000000000000..1f547620b409 --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreSpotlight.todo @@ -0,0 +1 @@ +!missing-selector! CSSearchableIndex::fetchDataForBundleIdentifier:itemIdentifier:contentType:completionHandler: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreText.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreText.todo new file mode 100644 index 000000000000..854ef809ba4f --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreText.todo @@ -0,0 +1 @@ +!missing-enum-value! CTFontOptions native value kCTFontOptionsPreventAutoDownload = 2 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-DeviceDiscoveryExtension.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-DeviceDiscoveryExtension.todo index 9853f9fe3507..272ab1146c58 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-DeviceDiscoveryExtension.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-DeviceDiscoveryExtension.todo @@ -32,12 +32,17 @@ !missing-selector! DDDevice::txtRecordData not bound !missing-selector! DDDevice::url not bound !missing-selector! DDDiscoverySession::reportEvent: not bound -!missing-selector! DDEvent::eventType not bound -!missing-selector! DDEventDevicesPresent::devicesPresent not bound !missing-type! DDDevice not bound !missing-type! DDDeviceEvent not bound !missing-type! DDDiscoverySession not bound -!missing-type! DDEvent not bound -!missing-type! DDEventDevicesPresent not bound !missing-selector! DDDeviceEvent::device not bound !missing-selector! DDDeviceEvent::initWithEventType:device: not bound +!missing-enum! DDDeviceMediaPlaybackState not bound +!missing-pinvoke! DDDeviceMediaPlaybackStateToString is not bound +!missing-selector! DDDevice::mediaContentSubtitle not bound +!missing-selector! DDDevice::mediaContentTitle not bound +!missing-selector! DDDevice::mediaPlaybackState not bound +!missing-selector! DDDevice::setMediaContentSubtitle: not bound +!missing-selector! DDDevice::setMediaContentTitle: not bound +!missing-selector! DDDevice::setMediaPlaybackState: not bound +!missing-selector! DDDeviceEvent::eventType not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-Foundation.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-Foundation.todo index 63e49adce6ff..5b2ce00d2514 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-Foundation.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-Foundation.todo @@ -31,4 +31,40 @@ !missing-selector! NSOrderedSet::differenceFromOrderedSet:withOptions:usingEquivalenceTest: not bound !missing-selector! NSOrderedSet::orderedSetByApplyingDifference: not bound !missing-type! NSOrderedCollectionChange not bound -!missing-type! NSOrderedCollectionDifference not bound \ No newline at end of file +!missing-type! NSOrderedCollectionDifference not bound +!missing-type! NSPresentationIntent not bound +!extra-enum-value! Managed value 1024 for NSUrlBookmarkResolutionOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2 for NSItemProviderRepresentationVisibility.Group is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2048 for NSUrlBookmarkCreationOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 4096 for NSUrlBookmarkCreationOptions.SecurityScopeAllowOnlyReadAccess is available for the current platform while the value in the native header is not +!deprecated-attribute-missing! NSURLComponents::percentEncodedHost missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLComponents::setPercentEncodedHost: missing a [Deprecated] attribute +!missing-enum-value! NSActivityOptions native value NSActivityAnimationTrackingEnabled = 35184372088832 not bound +!missing-enum-value! NSActivityOptions native value NSActivityTrackingEnabled = 70368744177664 not bound +!missing-enum-value! NSActivityOptions native value NSActivityUserInteractive = 1095233437695 not bound +!missing-field! NSMarkdownSourcePositionAttributeName not bound +!missing-protocol-member! NSURLSessionTaskDelegate::URLSession:didCreateTask: not found +!missing-selector! NSAttributedStringMarkdownParsingOptions::appliesSourcePositionAttributes not bound +!missing-selector! NSAttributedStringMarkdownParsingOptions::setAppliesSourcePositionAttributes: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endLine not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::initWithStartLine:startColumn:endLine:endColumn: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::rangeInString: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startLine not bound +!missing-selector! NSInvocation::invokeUsingIMP: not bound +!missing-selector! NSMutableURLRequest::requiresDNSSECValidation not bound +!missing-selector! NSMutableURLRequest::setRequiresDNSSECValidation: not bound +!missing-selector! NSURLComponents::encodedHost not bound +!missing-selector! NSURLComponents::setEncodedHost: not bound +!missing-selector! NSURLSessionConfiguration::requiresDNSSECValidation not bound +!missing-selector! NSURLSessionConfiguration::setRequiresDNSSECValidation: not bound +!missing-selector! NSXPCConnection::activate not bound +!missing-selector! NSXPCListener::activate not bound +!missing-type! NSAttributedStringMarkdownSourcePosition not bound +!missing-selector! +NSString::localizedStringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! +NSString::stringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:error: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameController.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameController.todo index f8a1fa390e8a..a74325ee24c9 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameController.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameController.todo @@ -57,3 +57,7 @@ !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound !missing-type! GCPhysicalInputElementCollection not bound +!missing-field! GCInputButtonL4 not bound +!missing-field! GCInputButtonL5 not bound +!missing-field! GCInputButtonR4 not bound +!missing-field! GCInputButtonR5 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameKit.todo new file mode 100644 index 000000000000..d5881ca8af4f --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-GameKit.todo @@ -0,0 +1 @@ +!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-HomeKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-HomeKit.todo new file mode 100644 index 000000000000..9553bdf59516 --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-HomeKit.todo @@ -0,0 +1,2 @@ +!missing-selector! HMAccessorySetupRequest::matterPayload not bound +!missing-selector! HMAccessorySetupRequest::setMatterPayload: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalFX.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalFX.todo index 0aaca1c082c4..2807e2225c41 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalFX.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalFX.todo @@ -1,6 +1,4 @@ !missing-enum! MTLFXSpatialScalerColorProcessingMode not bound -!missing-enum! MTLFXSpatialScalerVersion not bound -!missing-enum! MTLFXTemporalScalerVersion not bound !missing-protocol! MTLFXSpatialScaler not bound !missing-protocol! MTLFXTemporalScaler not bound !missing-selector! MTLFXSpatialScalerDescriptor::colorProcessingMode not bound @@ -18,11 +16,8 @@ !missing-selector! MTLFXSpatialScalerDescriptor::setOutputHeight: not bound !missing-selector! MTLFXSpatialScalerDescriptor::setOutputTextureFormat: not bound !missing-selector! MTLFXSpatialScalerDescriptor::setOutputWidth: not bound -!missing-selector! MTLFXSpatialScalerDescriptor::setVersion: not bound -!missing-selector! MTLFXSpatialScalerDescriptor::version not bound !missing-selector! MTLFXTemporalScalerDescriptor::colorTextureFormat not bound !missing-selector! MTLFXTemporalScalerDescriptor::depthTextureFormat not bound -!missing-selector! MTLFXTemporalScalerDescriptor::enableInputContentProperties not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputContentMaxScale not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputContentMinScale not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputHeight not bound @@ -34,7 +29,6 @@ !missing-selector! MTLFXTemporalScalerDescriptor::outputWidth not bound !missing-selector! MTLFXTemporalScalerDescriptor::setColorTextureFormat: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setDepthTextureFormat: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::setEnableInputContentProperties: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputContentMaxScale: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputContentMinScale: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputHeight: not bound @@ -43,7 +37,11 @@ !missing-selector! MTLFXTemporalScalerDescriptor::setOutputHeight: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setOutputTextureFormat: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setOutputWidth: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::setVersion: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::version not bound !missing-type! MTLFXSpatialScalerDescriptor not bound !missing-type! MTLFXTemporalScalerDescriptor not bound +!missing-selector! +MTLFXSpatialScalerDescriptor::supportsDevice: not bound +!missing-selector! +MTLFXTemporalScalerDescriptor::supportsDevice: not bound +!missing-selector! MTLFXTemporalScalerDescriptor::isAutoExposureEnabled not bound +!missing-selector! MTLFXTemporalScalerDescriptor::isInputContentPropertiesEnabled not bound +!missing-selector! MTLFXTemporalScalerDescriptor::setAutoExposureEnabled: not bound +!missing-selector! MTLFXTemporalScalerDescriptor::setInputContentPropertiesEnabled: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalPerformanceShadersGraph.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalPerformanceShadersGraph.todo index 5e07c24f7ee6..66857c229aa9 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalPerformanceShadersGraph.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalPerformanceShadersGraph.todo @@ -139,3 +139,34 @@ !missing-type! MPSGraphGRUDescriptor not bound !missing-type! MPSGraphLSTMDescriptor not bound !missing-type! MPSGraphSingleGateRNNDescriptor not bound +!missing-enum! MPSGraphResizeNearestRoundingMode not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-PDFKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-PDFKit.todo index 8eb3bc282432..b54ad0180732 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-PDFKit.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-PDFKit.todo @@ -9,3 +9,9 @@ !missing-field! PDFDocumentBurnInAnnotationsOption not bound !missing-field! PDFDocumentSaveTextFromOCROption not bound !missing-protocol! PDFPageOverlayViewProvider not bound +!extra-designated-initializer! PDFPage::initWithImage: is incorrectly decorated with an [DesignatedInitializer] attribute +!missing-field! PDFPageImageInitializationOptionCompressionQuality not bound +!missing-field! PDFPageImageInitializationOptionMediaBox not bound +!missing-field! PDFPageImageInitializationOptionRotation not bound +!missing-field! PDFPageImageInitializationOptionUpscaleIfSmaller not bound +!missing-selector! PDFPage::initWithImage:options: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-PassKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-PassKit.todo index 55b80b9f6e48..510e40f38cb7 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-PassKit.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-PassKit.todo @@ -158,23 +158,4 @@ !missing-type! PKVehicleConnectionSession not bound !missing-field! PKPaymentNetworkBancomat not bound !missing-field! PKPaymentNetworkBancontact not bound -!missing-selector! PKIdentityDocument::rawElements not bound -!missing-selector! PKIdentityDocumentAgeThreshold::isAtLeastYearsOld not bound -!missing-selector! PKIdentityDocumentAgeThreshold::years not bound -!missing-selector! PKIdentityDocumentIssuingAuthority::ISOCountryCode not bound -!missing-selector! PKIdentityDocumentIssuingAuthority::jurisdiction not bound -!missing-selector! PKIdentityDocumentIssuingAuthority::name not bound -!missing-selector! PKIdentityDocumentRawElements::address not bound -!missing-selector! PKIdentityDocumentRawElements::age not bound -!missing-selector! PKIdentityDocumentRawElements::ageThreshold not bound -!missing-selector! PKIdentityDocumentRawElements::dateOfBirth not bound -!missing-selector! PKIdentityDocumentRawElements::documentExpirationDate not bound -!missing-selector! PKIdentityDocumentRawElements::documentNumber not bound -!missing-selector! PKIdentityDocumentRawElements::issuingAuthority not bound -!missing-selector! PKIdentityDocumentRawElements::name not bound -!missing-selector! PKIdentityDocumentRawElements::portraitImageData not bound -!missing-type! PKIdentityDocumentAgeThreshold not bound -!missing-type! PKIdentityDocumentIssuingAuthority not bound -!missing-type! PKIdentityDocumentRawElements not bound !missing-selector! +PKIdentityElement::documentIssueDateElement not bound -!missing-selector! PKIdentityDocumentRawElements::documentIssueDate not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-PushToTalk.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-PushToTalk.todo index 9274890151e9..bfd92c368206 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-PushToTalk.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-PushToTalk.todo @@ -29,3 +29,5 @@ !missing-type! PTChannelManager not bound !missing-type! PTParticipant not bound !missing-type! PTPushResult not bound +!missing-enum! PTTransmissionMode not bound +!missing-selector! PTChannelManager::setTransmissionMode:forChannelUUID:completionHandler: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-SharedWithYou.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-SharedWithYou.todo index 3695372cb2b2..12e23b60a1c1 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-SharedWithYou.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-SharedWithYou.todo @@ -58,9 +58,7 @@ !missing-selector! SWCollaborationView::setManageButtonTitle: not bound !missing-selector! SWCollaborationView::setShowManageButton: not bound !missing-selector! SWHighlightCenter::collaborationHighlightForIdentifier:error: not bound -!missing-selector! SWHighlightCenter::collaborationHighlightForURL:error: not bound !missing-selector! SWHighlightCenter::getSignedIdentityProofForCollaborationHighlight:usingData:completionHandler: not bound -!missing-selector! SWHighlightCenter::highlightForURL:error: not bound !missing-selector! SWHighlightCenter::postNoticeForHighlightEvent: not bound !missing-selector! SWHighlightChangeEvent::changeEventTrigger not bound !missing-selector! SWHighlightChangeEvent::highlightURL not bound @@ -80,3 +78,6 @@ !missing-type! SWHighlightPersistenceEvent not bound !missing-selector! SWCollaborationView::cloudSharingControllerDelegate not bound !missing-selector! SWCollaborationView::setCloudSharingControllerDelegate: not bound +!missing-selector! +SWHighlightCenter::isSystemCollaborationSupportAvailable not bound +!missing-selector! SWHighlightCenter::getCollaborationHighlightForURL:completionHandler: not bound +!missing-selector! SWHighlightCenter::getHighlightForURL:completionHandler: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-SharedWithYouCore.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-SharedWithYouCore.todo index 5a273c54a096..fb9de9436072 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-SharedWithYouCore.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-SharedWithYouCore.todo @@ -77,3 +77,6 @@ !missing-type! SWSignedPersonIdentityProof not bound !missing-type! SWStartCollaborationAction not bound !missing-type! SWUpdateCollaborationParticipantsAction not bound +!missing-selector! SWCollaborationOptionsPickerGroup::selectedOptionIdentifier not bound +!missing-selector! SWCollaborationOptionsPickerGroup::setSelectedOptionIdentifier: not bound +!missing-type! SWCollaborationOptionsPickerGroup not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo index 3e52abc08b09..985d5eab6715 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo @@ -436,3 +436,22 @@ !missing-protocol-member! UIContentView::supportsConfiguration: not found !missing-selector! UIView::anchorPoint not bound !missing-selector! UIView::setAnchorPoint: not bound +!deprecated-attribute-missing! UISearchController::automaticallyShowsScopeBar missing a [Deprecated] attribute +!deprecated-attribute-missing! UISearchController::setAutomaticallyShowsScopeBar: missing a [Deprecated] attribute +!missing-enum! UISearchControllerScopeBarActivation not bound +!missing-protocol-member! UITextFieldDelegate::textField:willDismissEditMenuWithAnimator: not found +!missing-protocol-member! UITextFieldDelegate::textField:willPresentEditMenuWithAnimator: not found +!missing-protocol-member! UITextInput::willDismissEditMenuWithAnimator: not found +!missing-protocol-member! UITextInput::willPresentEditMenuWithAnimator: not found +!missing-protocol-member! UITextViewDelegate::textView:willDismissEditMenuWithAnimator: not found +!missing-protocol-member! UITextViewDelegate::textView:willPresentEditMenuWithAnimator: not found +!missing-selector! UIBarButtonItem::initWithBarButtonSystemItem:primaryAction:menu: not bound +!missing-selector! UIBarButtonItem::initWithPrimaryAction:menu: not bound +!missing-selector! UIBarButtonItem::initWithTitle:image:target:action:menu: not bound +!missing-selector! UIBarButtonItemGroup::alwaysAvailable not bound +!missing-selector! UIBarButtonItemGroup::setAlwaysAvailable: not bound +!missing-selector! UINavigationItem::overflowPresentationSource not bound +!missing-selector! UINavigationItem::pinnedTrailingGroup not bound +!missing-selector! UINavigationItem::setPinnedTrailingGroup: not bound +!missing-selector! UISearchController::scopeBarActivation not bound +!missing-selector! UISearchController::setScopeBarActivation: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-AppKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-AppKit.todo index 815d262ebfed..302e4ac96262 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-AppKit.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-AppKit.todo @@ -85,3 +85,4 @@ !missing-field! NSFontWidthStandard not bound !missing-selector! +NSImageSymbolConfiguration::configurationPreferringHierarchical not bound !missing-selector! +NSImageSymbolConfiguration::configurationPreferringMonochrome not bound +!missing-selector! +NSFont::systemFontOfSize:weight:width: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-AuthenticationServices.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-AuthenticationServices.todo index 1238210b3ba6..483b6d830f88 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-AuthenticationServices.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-AuthenticationServices.todo @@ -77,3 +77,4 @@ !missing-type! ASAuthorizationProviderExtensionKerberosMapping not bound !missing-type! ASAuthorizationProviderExtensionLoginConfiguration not bound !missing-type! ASAuthorizationProviderExtensionLoginManager not bound +!missing-field! ASAuthorizationProviderAuthorizationOperationDirectRequest not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-CHIP.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-CHIP.todo deleted file mode 100644 index d0a266a28566..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-CHIP.todo +++ /dev/null @@ -1,2864 +0,0 @@ -!missing-enum! CHIPAccessControlAuthMode not bound -!missing-enum! CHIPAccessControlChangeType not bound -!missing-enum! CHIPAccessControlPrivilege not bound -!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound -!missing-enum! CHIPAdministratorCommissioningStatusCode not bound -!missing-enum! CHIPApplianceControlApplianceStatus not bound -!missing-enum! CHIPApplianceControlCommandIdentification not bound -!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound -!missing-enum! CHIPApplianceControlWarningEvent not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound -!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound -!missing-enum! CHIPApplicationBasicApplicationStatus not bound -!missing-enum! CHIPApplicationLauncherFeature not bound -!missing-enum! CHIPApplicationLauncherStatus not bound -!missing-enum! CHIPAudioOutputOutputType not bound -!missing-enum! CHIPBridgedActionsActionError not bound -!missing-enum! CHIPBridgedActionsActionState not bound -!missing-enum! CHIPBridgedActionsActionType not bound -!missing-enum! CHIPBridgedActionsCommandBits not bound -!missing-enum! CHIPBridgedActionsEndpointListType not bound -!missing-enum! CHIPChannelFeature not bound -!missing-enum! CHIPChannelLineupInfoType not bound -!missing-enum! CHIPChannelStatus not bound -!missing-enum! CHIPColorControlColorCapabilities not bound -!missing-enum! CHIPColorControlColorLoopAction not bound -!missing-enum! CHIPColorControlColorLoopDirection not bound -!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound -!missing-enum! CHIPColorControlColorMode not bound -!missing-enum! CHIPColorControlHueDirection not bound -!missing-enum! CHIPColorControlHueMoveMode not bound -!missing-enum! CHIPColorControlHueStepMode not bound -!missing-enum! CHIPColorControlSaturationMoveMode not bound -!missing-enum! CHIPColorControlSaturationStepMode not bound -!missing-enum! CHIPContentLauncherFeature not bound -!missing-enum! CHIPContentLauncherMetricType not bound -!missing-enum! CHIPContentLauncherParameter not bound -!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound -!missing-enum! CHIPDiagnosticLogsLogsIntent not bound -!missing-enum! CHIPDiagnosticLogsLogsStatus not bound -!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound -!missing-enum! CHIPDoorLockDayOfWeek not bound -!missing-enum! CHIPDoorLockDlAlarmCode not bound -!missing-enum! CHIPDoorLockDlAlarmMask not bound -!missing-enum! CHIPDoorLockDlCredentialRule not bound -!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound -!missing-enum! CHIPDoorLockDlCredentialType not bound -!missing-enum! CHIPDoorLockDlDataOperationType not bound -!missing-enum! CHIPDoorLockDlDaysMaskMap not bound -!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound -!missing-enum! CHIPDoorLockDlDoorState not bound -!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound -!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound -!missing-enum! CHIPDoorLockDlLockDataType not bound -!missing-enum! CHIPDoorLockDlLockOperationType not bound -!missing-enum! CHIPDoorLockDlLockState not bound -!missing-enum! CHIPDoorLockDlLockType not bound -!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound -!missing-enum! CHIPDoorLockDlOperatingMode not bound -!missing-enum! CHIPDoorLockDlOperationError not bound -!missing-enum! CHIPDoorLockDlOperationSource not bound -!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlStatus not bound -!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound -!missing-enum! CHIPDoorLockDlUserStatus not bound -!missing-enum! CHIPDoorLockDlUserType not bound -!missing-enum! CHIPDoorLockFeature not bound -!missing-enum! CHIPDoorLockOperationEventCode not bound -!missing-enum! CHIPDoorLockProgrammingEventCode not bound -!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound -!missing-enum! CHIPDoorLockUserStatus not bound -!missing-enum! CHIPDoorLockUserType not bound -!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound -!missing-enum! CHIPGeneralCommissioningCommissioningError not bound -!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound -!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound -!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound -!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound -!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound -!missing-enum! CHIPIasAceAlarmStatus not bound -!missing-enum! CHIPIasAceArmMode not bound -!missing-enum! CHIPIasAceArmNotification not bound -!missing-enum! CHIPIasAceAudibleNotification not bound -!missing-enum! CHIPIasAceBypassResult not bound -!missing-enum! CHIPIasAceIasZoneStatus not bound -!missing-enum! CHIPIasAceIasZoneType not bound -!missing-enum! CHIPIasAcePanelStatus not bound -!missing-enum! CHIPIasWdSquawkInfo not bound -!missing-enum! CHIPIasWdWarningInfo not bound -!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound -!missing-enum! CHIPIasZoneStatus not bound -!missing-enum! CHIPIasZoneType not bound -!missing-enum! CHIPIdentifyEffectIdentifier not bound -!missing-enum! CHIPIdentifyEffectVariant not bound -!missing-enum! CHIPIdentifyType not bound -!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound -!missing-enum! CHIPKeypadInputCecKeyCode not bound -!missing-enum! CHIPKeypadInputFeature not bound -!missing-enum! CHIPKeypadInputStatus not bound -!missing-enum! CHIPLevelControlFeature not bound -!missing-enum! CHIPLevelControlMoveMode not bound -!missing-enum! CHIPLevelControlStepMode not bound -!missing-enum! CHIPMediaInputFeature not bound -!missing-enum! CHIPMediaInputInputType not bound -!missing-enum! CHIPMediaPlaybackPlaybackState not bound -!missing-enum! CHIPMediaPlaybackStatus not bound -!missing-enum! CHIPMessagingConfirmationControl not bound -!missing-enum! CHIPMessagingControlConfirmation not bound -!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound -!missing-enum! CHIPMessagingControlImportance not bound -!missing-enum! CHIPMessagingControlMask not bound -!missing-enum! CHIPMessagingControlTransmission not bound -!missing-enum! CHIPMessagingEventId not bound -!missing-enum! CHIPMessagingExtendedControlMask not bound -!missing-enum! CHIPNetworkCommissioningFeature not bound -!missing-enum! CHIPNetworkCommissioningStatus not bound -!missing-enum! CHIPNetworkCommissioningWiFiBand not bound -!missing-enum! CHIPOnOffControl not bound -!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound -!missing-enum! CHIPOnOffDyingLightEffectVariant not bound -!missing-enum! CHIPOnOffEffectIdentifier not bound -!missing-enum! CHIPOnOffFeature not bound -!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound -!missing-enum! CHIPPowerSourceBatChargeFaultType not bound -!missing-enum! CHIPPowerSourceBatChargeLevel not bound -!missing-enum! CHIPPowerSourceBatChargeState not bound -!missing-enum! CHIPPowerSourceBatFaultType not bound -!missing-enum! CHIPPowerSourceBatReplaceability not bound -!missing-enum! CHIPPowerSourceFeature not bound -!missing-enum! CHIPPowerSourceStatus not bound -!missing-enum! CHIPPowerSourceWiredCurrentType not bound -!missing-enum! CHIPPowerSourceWiredFaultType not bound -!missing-enum! CHIPPressureMeasurementPressureFeature not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound -!missing-enum! CHIPScenesCopyMode not bound -!missing-enum! CHIPTargetNavigatorStatus not bound -!missing-enum! CHIPTestClusterBitmap16MaskMap not bound -!missing-enum! CHIPTestClusterBitmap32MaskMap not bound -!missing-enum! CHIPTestClusterBitmap64MaskMap not bound -!missing-enum! CHIPTestClusterBitmap8MaskMap not bound -!missing-enum! CHIPTestClusterSimple not bound -!missing-enum! CHIPTestClusterSimpleBitmap not bound -!missing-enum! CHIPThermostatControlSequence not bound -!missing-enum! CHIPThermostatDayOfWeek not bound -!missing-enum! CHIPThermostatFeature not bound -!missing-enum! CHIPThermostatModeForSequence not bound -!missing-enum! CHIPThermostatRunningMode not bound -!missing-enum! CHIPThermostatSetpointAdjustMode not bound -!missing-enum! CHIPThermostatSystemMode not bound -!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound -!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound -!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound -!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound -!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound -!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound -!missing-enum! CHIPUnitLocalizationFeature not bound -!missing-enum! CHIPUnitLocalizationTempUnit not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound -!missing-enum! CHIPWindowCoveringWcFeature not bound -!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound -!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound -!missing-enum! MatterInteractionErrorCode not bound -!missing-field! kCHIPArrayValueType not bound -!missing-field! kCHIPAttributePathKey not bound -!missing-field! kCHIPBooleanValueType not bound -!missing-field! kCHIPCommandPathKey not bound -!missing-field! kCHIPContextTagKey not bound -!missing-field! kCHIPDataKey not bound -!missing-field! kCHIPDoubleValueType not bound -!missing-field! kCHIPErrorKey not bound -!missing-field! kCHIPFloatValueType not bound -!missing-field! kCHIPNullValueType not bound -!missing-field! kCHIPOctetStringValueType not bound -!missing-field! kCHIPSignedIntegerValueType not bound -!missing-field! kCHIPStructureValueType not bound -!missing-field! kCHIPTypeKey not bound -!missing-field! kCHIPUnsignedIntegerValueType not bound -!missing-field! kCHIPUTF8StringValueType not bound -!missing-field! kCHIPValueKey not bound -!missing-field! MatterInteractionErrorDomain not bound -!missing-protocol! CHIPDeviceAttestationDelegate not bound -!missing-protocol! CHIPDeviceControllerClientProtocol not bound -!missing-protocol! CHIPDeviceControllerServerProtocol not bound -!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorControlOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound -!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound -!missing-selector! CHIPAttributeReport::error not bound -!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound -!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound -!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound -!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound -!missing-selector! CHIPBindingClusterTargetStruct::group not bound -!missing-selector! CHIPBindingClusterTargetStruct::init not bound -!missing-selector! CHIPBindingClusterTargetStruct::node not bound -!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound -!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound -!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::init not bound -!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::name not bound -!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::init not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound -!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound -!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorControlOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPCommandPath::cluster not bound -!missing-selector! CHIPCommandPath::command not bound -!missing-selector! CHIPCommandPath::endpoint not bound -!missing-selector! CHIPCommissioningParameters::attestationNonce not bound -!missing-selector! CHIPCommissioningParameters::CSRNonce not bound -!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound -!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound -!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound -!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound -!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound -!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound -!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound -!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound -!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound -!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound -!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound -!missing-selector! CHIPCommissioningParameters::wifiSSID not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound -!missing-selector! CHIPContentLauncherClusterDimension::height not bound -!missing-selector! CHIPContentLauncherClusterDimension::init not bound -!missing-selector! CHIPContentLauncherClusterDimension::metric not bound -!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound -!missing-selector! CHIPContentLauncherClusterDimension::width not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound -!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound -!missing-selector! CHIPContentLauncherClusterParameter::init not bound -!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound -!missing-selector! CHIPContentLauncherClusterParameter::type not bound -!missing-selector! CHIPContentLauncherClusterParameter::value not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound -!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound -!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound -!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound -!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound -!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound -!missing-selector! CHIPMediaInputClusterInputInfo::index not bound -!missing-selector! CHIPMediaInputClusterInputInfo::init not bound -!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound -!missing-selector! CHIPMediaInputClusterInputInfo::name not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound -!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAlarmMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPReadParams::fabricFiltered not bound -!missing-selector! CHIPReadParams::init not bound -!missing-selector! CHIPReadParams::setFabricFiltered: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound -!missing-selector! CHIPSubscribeParams::autoResubscribe not bound -!missing-selector! CHIPSubscribeParams::init not bound -!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound -!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound -!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::humidityInPercentage not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::localTemperature not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::relayStatus not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setHumidityInPercentage: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setLocalTemperature: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setpoint not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setRelayStatus: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setSetpoint: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setTimeOfDay: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setUnreadEntries: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::timeOfDay not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::unreadEntries not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::payload not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setPayload: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound -!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound -!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound -!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound -!missing-type! CHIPAttributeCacheContainer not bound -!missing-type! CHIPAudioOutputClusterOutputInfo not bound -!missing-type! CHIPBindingClusterTargetStruct not bound -!missing-type! CHIPChannel not bound -!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound -!missing-type! CHIPChannelClusterChangeChannelParams not bound -!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound -!missing-type! CHIPChannelClusterChannelInfo not bound -!missing-type! CHIPChannelClusterLineupInfo not bound -!missing-type! CHIPChannelClusterSkipChannelParams not bound -!missing-type! CHIPCommandPath not bound -!missing-type! CHIPCommissioningParameters not bound -!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound -!missing-type! CHIPContentLauncherClusterBrandingInformation not bound -!missing-type! CHIPContentLauncherClusterContentSearch not bound -!missing-type! CHIPContentLauncherClusterDimension not bound -!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound -!missing-type! CHIPContentLauncherClusterParameter not bound -!missing-type! CHIPContentLauncherClusterStyleInformation not bound -!missing-type! CHIPFanControl not bound -!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound -!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound -!missing-type! CHIPLocalizationConfiguration not bound -!missing-type! CHIPMediaInputClusterInputInfo not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound -!missing-type! CHIPMediaPlaybackClusterSeekParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound -!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound -!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound -!missing-type! CHIPReadParams not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound -!missing-type! CHIPSubscribeParams not bound -!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound -!missing-type! CHIPTestClusterClusterTestFabricScoped not bound -!missing-type! CHIPThermostatClusterGetRelayStatusLogResponseParams not bound -!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound -!missing-type! CHIPTimeFormatLocalization not bound -!missing-type! CHIPUnitLocalization not bound -!missing-type! CHIPUserLabel not bound -!missing-enum! CHIPAudioOutputFeature not bound -!missing-enum! CHIPColorControlFeature not bound -!missing-enum! CHIPContentLauncherContentLaunchStatus not bound -!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound -!missing-enum! CHIPFanControlFanModeSequenceType not bound -!missing-enum! CHIPFanControlFanModeType not bound -!missing-enum! CHIPFanControlFeature not bound -!missing-enum! CHIPFanControlRockSupportMask not bound -!missing-enum! CHIPFanControlWindSettingMask not bound -!missing-enum! CHIPFanControlWindSupportMask not bound -!missing-enum! CHIPModeSelectFeature not bound -!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound -!missing-enum! CHIPOnOffStartUpOnOff not bound -!missing-enum! CHIPWindowCoveringConfigStatus not bound -!missing-enum! CHIPWindowCoveringEndProductType not bound -!missing-enum! CHIPWindowCoveringMode not bound -!missing-enum! CHIPWindowCoveringType not bound -!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound -!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +MatterControllerFactory::sharedInstance not bound -!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound -!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound -!missing-selector! CHIPDeviceControllerStartupParams::initWithKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound -!missing-selector! CHIPDeviceControllerStartupParams::rootCAKeypair not bound -!missing-selector! CHIPDeviceControllerStartupParams::setFabricId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setIpk: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setRootCAKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEventPath::cluster not bound -!missing-selector! CHIPEventPath::endpoint not bound -!missing-selector! CHIPEventPath::event not bound -!missing-selector! CHIPEventReport::error not bound -!missing-selector! CHIPEventReport::eventNumber not bound -!missing-selector! CHIPEventReport::path not bound -!missing-selector! CHIPEventReport::priority not bound -!missing-selector! CHIPEventReport::timestamp not bound -!missing-selector! CHIPEventReport::value not bound -!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound -!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound -!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound -!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound -!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound -!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound -!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! MatterControllerFactory::isRunning not bound -!missing-selector! MatterControllerFactory::shutdown not bound -!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound -!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound -!missing-selector! MatterControllerFactory::startup: not bound -!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound -!missing-selector! MatterControllerFactoryParams::paaCerts not bound -!missing-selector! MatterControllerFactoryParams::port not bound -!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound -!missing-selector! MatterControllerFactoryParams::setPort: not bound -!missing-selector! MatterControllerFactoryParams::setStartServer: not bound -!missing-selector! MatterControllerFactoryParams::startServer not bound -!missing-selector! MatterControllerFactoryParams::storageDelegate not bound -!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound -!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound -!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound -!missing-type! CHIPBasicClusterLeaveEvent not bound -!missing-type! CHIPBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBasicClusterShutDownEvent not bound -!missing-type! CHIPBasicClusterStartUpEvent not bound -!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound -!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound -!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound -!missing-type! CHIPDeviceControllerStartupParams not bound -!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound -!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationEvent not bound -!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound -!missing-type! CHIPEventPath not bound -!missing-type! CHIPEventReport not bound -!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound -!missing-type! CHIPSwitchClusterInitialPressEvent not bound -!missing-type! CHIPSwitchClusterLongPressEvent not bound -!missing-type! CHIPSwitchClusterLongReleaseEvent not bound -!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound -!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound -!missing-type! CHIPSwitchClusterShortReleaseEvent not bound -!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound -!missing-type! CHIPTestClusterClusterTestEventEvent not bound -!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound -!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound -!missing-type! MatterControllerFactory not bound -!missing-type! MatterControllerFactoryParams not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreFoundation.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreFoundation.todo new file mode 100644 index 000000000000..783c400fc9c4 --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreFoundation.todo @@ -0,0 +1,2 @@ +!missing-pinvoke! CFStringCreateStringWithValidatedFormat is not bound +!missing-pinvoke! CFStringCreateStringWithValidatedFormatAndArguments is not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreSpotlight.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreSpotlight.todo new file mode 100644 index 000000000000..1f547620b409 --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreSpotlight.todo @@ -0,0 +1 @@ +!missing-selector! CSSearchableIndex::fetchDataForBundleIdentifier:itemIdentifier:contentType:completionHandler: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreText.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreText.todo new file mode 100644 index 000000000000..854ef809ba4f --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreText.todo @@ -0,0 +1 @@ +!missing-enum-value! CTFontOptions native value kCTFontOptionsPreventAutoDownload = 2 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-DeviceDiscoveryExtension.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-DeviceDiscoveryExtension.todo deleted file mode 100644 index ad3a633d5fd0..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-DeviceDiscoveryExtension.todo +++ /dev/null @@ -1,43 +0,0 @@ -!missing-enum! DDDeviceCategory not bound -!missing-enum! DDDeviceProtocol not bound -!missing-enum! DDDeviceState not bound -!missing-enum! DDErrorCode not bound -!missing-enum! DDEventType not bound -!missing-field! DDDeviceProtocolStringDIAL not bound -!missing-field! DDDeviceProtocolStringInvalid not bound -!missing-field! DDErrorDomain not bound -!missing-pinvoke! DDDeviceCategoryToString is not bound -!missing-pinvoke! DDDeviceProtocolToString is not bound -!missing-pinvoke! DDDeviceStateToString is not bound -!missing-pinvoke! DDEventTypeToString is not bound -!missing-selector! DDDevice::bluetoothIdentifier not bound -!missing-selector! DDDevice::category not bound -!missing-selector! DDDevice::displayName not bound -!missing-selector! DDDevice::identifier not bound -!missing-selector! DDDevice::initWithDisplayName:category:protocolType:identifier: not bound -!missing-selector! DDDevice::networkEndpoint not bound -!missing-selector! DDDevice::protocol not bound -!missing-selector! DDDevice::protocolType not bound -!missing-selector! DDDevice::setBluetoothIdentifier: not bound -!missing-selector! DDDevice::setCategory: not bound -!missing-selector! DDDevice::setDisplayName: not bound -!missing-selector! DDDevice::setIdentifier: not bound -!missing-selector! DDDevice::setNetworkEndpoint: not bound -!missing-selector! DDDevice::setProtocol: not bound -!missing-selector! DDDevice::setProtocolType: not bound -!missing-selector! DDDevice::setState: not bound -!missing-selector! DDDevice::setTxtRecordData: not bound -!missing-selector! DDDevice::setUrl: not bound -!missing-selector! DDDevice::state not bound -!missing-selector! DDDevice::txtRecordData not bound -!missing-selector! DDDevice::url not bound -!missing-selector! DDDeviceEvent::device not bound -!missing-selector! DDDeviceEvent::initWithEventType:device: not bound -!missing-selector! DDDiscoverySession::reportEvent: not bound -!missing-selector! DDEvent::eventType not bound -!missing-selector! DDEventDevicesPresent::devicesPresent not bound -!missing-type! DDDevice not bound -!missing-type! DDDeviceEvent not bound -!missing-type! DDDiscoverySession not bound -!missing-type! DDEvent not bound -!missing-type! DDEventDevicesPresent not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-FileProvider.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-FileProvider.todo index 959b96201957..ad77e4f6b577 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-FileProvider.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-FileProvider.todo @@ -9,3 +9,4 @@ !missing-selector! NSFileProviderManager::getServiceWithName:itemIdentifier:completionHandler: not bound !missing-selector! NSFileProviderManager::requestDownloadForItemWithIdentifier:requestedRange:completionHandler: not bound !missing-selector! NSFileProviderManager::requestModificationOfFields:forItemWithIdentifier:options:completionHandler: not bound +!missing-protocol-member! NSFileProviderPendingSetEnumerator::isMaximumSizeReached not found diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-Foundation.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-Foundation.todo index 4ba394f2ed93..7c6c210405e1 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-Foundation.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-Foundation.todo @@ -34,4 +34,39 @@ !missing-selector! NSOrderedSet::orderedSetByApplyingDifference: not bound !missing-type! NSOrderedCollectionChange not bound !missing-type! NSOrderedCollectionDifference not bound -!missing-null-allowed! 'Foundation.NSExpression Foundation.NSExpression::FromFunction(Foundation.NSExpressionCallbackHandler,Foundation.NSExpression[])' is missing an [NullAllowed] on parameter #1 \ No newline at end of file +!missing-null-allowed! 'Foundation.NSExpression Foundation.NSExpression::FromFunction(Foundation.NSExpressionCallbackHandler,Foundation.NSExpression[])' is missing an [NullAllowed] on parameter #1 +!missing-type! NSPresentationIntent not bound +!extra-enum-value! Managed value 1 for NSItemProviderRepresentationVisibility.Team is available for the current platform while the value in the native header is not +!deprecated-attribute-missing! NSURLComponents::percentEncodedHost missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLComponents::setPercentEncodedHost: missing a [Deprecated] attribute +!missing-enum-value! NSActivityOptions native value NSActivityAnimationTrackingEnabled = 35184372088832 not bound +!missing-enum-value! NSActivityOptions native value NSActivityTrackingEnabled = 70368744177664 not bound +!missing-enum-value! NSActivityOptions native value NSActivityUserInteractive = 1095233437695 not bound +!missing-field! NSMarkdownSourcePositionAttributeName not bound +!missing-protocol-member! NSURLSessionTaskDelegate::URLSession:didCreateTask: not found +!missing-selector! NSAttributedStringMarkdownParsingOptions::appliesSourcePositionAttributes not bound +!missing-selector! NSAttributedStringMarkdownParsingOptions::setAppliesSourcePositionAttributes: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endLine not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::initWithStartLine:startColumn:endLine:endColumn: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::rangeInString: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startLine not bound +!missing-selector! NSInvocation::invokeUsingIMP: not bound +!missing-selector! NSMutableURLRequest::requiresDNSSECValidation not bound +!missing-selector! NSMutableURLRequest::setRequiresDNSSECValidation: not bound +!missing-selector! NSURLComponents::encodedHost not bound +!missing-selector! NSURLComponents::setEncodedHost: not bound +!missing-selector! NSURLSessionConfiguration::requiresDNSSECValidation not bound +!missing-selector! NSURLSessionConfiguration::setRequiresDNSSECValidation: not bound +!missing-selector! NSXPCConnection::activate not bound +!missing-selector! NSXPCConnection::setCodeSigningRequirement: not bound +!missing-selector! NSXPCListener::activate not bound +!missing-selector! NSXPCListener::setConnectionCodeSigningRequirement: not bound +!missing-type! NSAttributedStringMarkdownSourcePosition not bound +!missing-selector! +NSString::localizedStringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! +NSString::stringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:error: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameController.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameController.todo index f8a1fa390e8a..a74325ee24c9 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameController.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameController.todo @@ -57,3 +57,7 @@ !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound !missing-type! GCPhysicalInputElementCollection not bound +!missing-field! GCInputButtonL4 not bound +!missing-field! GCInputButtonL5 not bound +!missing-field! GCInputButtonR4 not bound +!missing-field! GCInputButtonR5 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.todo new file mode 100644 index 000000000000..d5881ca8af4f --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.todo @@ -0,0 +1 @@ +!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalFX.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalFX.todo index 0aaca1c082c4..2807e2225c41 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalFX.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalFX.todo @@ -1,6 +1,4 @@ !missing-enum! MTLFXSpatialScalerColorProcessingMode not bound -!missing-enum! MTLFXSpatialScalerVersion not bound -!missing-enum! MTLFXTemporalScalerVersion not bound !missing-protocol! MTLFXSpatialScaler not bound !missing-protocol! MTLFXTemporalScaler not bound !missing-selector! MTLFXSpatialScalerDescriptor::colorProcessingMode not bound @@ -18,11 +16,8 @@ !missing-selector! MTLFXSpatialScalerDescriptor::setOutputHeight: not bound !missing-selector! MTLFXSpatialScalerDescriptor::setOutputTextureFormat: not bound !missing-selector! MTLFXSpatialScalerDescriptor::setOutputWidth: not bound -!missing-selector! MTLFXSpatialScalerDescriptor::setVersion: not bound -!missing-selector! MTLFXSpatialScalerDescriptor::version not bound !missing-selector! MTLFXTemporalScalerDescriptor::colorTextureFormat not bound !missing-selector! MTLFXTemporalScalerDescriptor::depthTextureFormat not bound -!missing-selector! MTLFXTemporalScalerDescriptor::enableInputContentProperties not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputContentMaxScale not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputContentMinScale not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputHeight not bound @@ -34,7 +29,6 @@ !missing-selector! MTLFXTemporalScalerDescriptor::outputWidth not bound !missing-selector! MTLFXTemporalScalerDescriptor::setColorTextureFormat: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setDepthTextureFormat: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::setEnableInputContentProperties: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputContentMaxScale: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputContentMinScale: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputHeight: not bound @@ -43,7 +37,11 @@ !missing-selector! MTLFXTemporalScalerDescriptor::setOutputHeight: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setOutputTextureFormat: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setOutputWidth: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::setVersion: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::version not bound !missing-type! MTLFXSpatialScalerDescriptor not bound !missing-type! MTLFXTemporalScalerDescriptor not bound +!missing-selector! +MTLFXSpatialScalerDescriptor::supportsDevice: not bound +!missing-selector! +MTLFXTemporalScalerDescriptor::supportsDevice: not bound +!missing-selector! MTLFXTemporalScalerDescriptor::isAutoExposureEnabled not bound +!missing-selector! MTLFXTemporalScalerDescriptor::isInputContentPropertiesEnabled not bound +!missing-selector! MTLFXTemporalScalerDescriptor::setAutoExposureEnabled: not bound +!missing-selector! MTLFXTemporalScalerDescriptor::setInputContentPropertiesEnabled: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalPerformanceShadersGraph.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalPerformanceShadersGraph.todo index 5e07c24f7ee6..66857c229aa9 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalPerformanceShadersGraph.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalPerformanceShadersGraph.todo @@ -139,3 +139,34 @@ !missing-type! MPSGraphGRUDescriptor not bound !missing-type! MPSGraphLSTMDescriptor not bound !missing-type! MPSGraphSingleGateRNNDescriptor not bound +!missing-enum! MPSGraphResizeNearestRoundingMode not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-Security.ignore b/tests/xtro-sharpie/api-annotations-dotnet/macOS-Security.ignore index d40ab0bc30c9..5de3dbe1e199 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-Security.ignore +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-Security.ignore @@ -429,19 +429,6 @@ !missing-pinvoke! cssmAlgToOid is not bound !missing-pinvoke! cssmOidToAlg is not bound !missing-pinvoke! cssmPerror is not bound -!missing-pinvoke! SecAccessCopyACLList is not bound -!missing-pinvoke! SecAccessCopyMatchingACLList is not bound -!missing-pinvoke! SecAccessCopyOwnerAndACL is not bound -!missing-pinvoke! SecAccessCreate is not bound -!missing-pinvoke! SecAccessCreateWithOwnerAndACL is not bound -!missing-pinvoke! SecAccessGetTypeID is not bound -!missing-pinvoke! SecACLCopyAuthorizations is not bound -!missing-pinvoke! SecACLCopyContents is not bound -!missing-pinvoke! SecACLCreateWithSimpleContents is not bound -!missing-pinvoke! SecACLGetTypeID is not bound -!missing-pinvoke! SecACLRemove is not bound -!missing-pinvoke! SecACLSetContents is not bound -!missing-pinvoke! SecACLUpdateAuthorizations is not bound !missing-pinvoke! SecCertificateAddToKeychain is not bound !missing-pinvoke! SecCertificateCopyLongDescription is not bound !missing-pinvoke! SecCertificateCopyPreferred is not bound @@ -465,36 +452,6 @@ !missing-pinvoke! SecIdentitySetSystemIdentity is not bound !missing-pinvoke! SecItemExport is not bound !missing-pinvoke! SecItemImport is not bound -!missing-pinvoke! SecKeychainAddCallback is not bound -!missing-pinvoke! SecKeychainAttributeInfoForItemID is not bound -!missing-pinvoke! SecKeychainCopyDefault is not bound -!missing-pinvoke! SecKeychainCopyDomainDefault is not bound -!missing-pinvoke! SecKeychainCopyDomainSearchList is not bound -!missing-pinvoke! SecKeychainCopySearchList is not bound -!missing-pinvoke! SecKeychainFreeAttributeInfo is not bound -!missing-pinvoke! SecKeychainGetPreferenceDomain is not bound -!missing-pinvoke! SecKeychainGetStatus is not bound -!missing-pinvoke! SecKeychainGetTypeID is not bound -!missing-pinvoke! SecKeychainGetUserInteractionAllowed is not bound -!missing-pinvoke! SecKeychainGetVersion is not bound -!missing-pinvoke! SecKeychainItemCopyAccess is not bound -!missing-pinvoke! SecKeychainItemCopyAttributesAndData is not bound -!missing-pinvoke! SecKeychainItemCopyContent is not bound -!missing-pinvoke! SecKeychainItemCopyFromPersistentReference is not bound -!missing-pinvoke! SecKeychainItemCopyKeychain is not bound -!missing-pinvoke! SecKeychainItemCreateCopy is not bound -!missing-pinvoke! SecKeychainItemCreateFromContent is not bound -!missing-pinvoke! SecKeychainItemCreatePersistentReference is not bound -!missing-pinvoke! SecKeychainItemDelete is not bound -!missing-pinvoke! SecKeychainItemFreeAttributesAndData is not bound -!missing-pinvoke! SecKeychainItemGetTypeID is not bound -!missing-pinvoke! SecKeychainItemModifyAttributesAndData is not bound -!missing-pinvoke! SecKeychainItemModifyContent is not bound -!missing-pinvoke! SecKeychainItemSetAccess is not bound -!missing-pinvoke! SecKeychainRemoveCallback is not bound -!missing-pinvoke! SecKeychainSetDomainDefault is not bound -!missing-pinvoke! SecKeychainSetDomainSearchList is not bound -!missing-pinvoke! SecKeychainSetPreferenceDomain is not bound !missing-pinvoke! SecRequirementCopyData is not bound !missing-pinvoke! SecRequirementCopyString is not bound !missing-pinvoke! SecRequirementCreateWithData is not bound @@ -513,7 +470,6 @@ !missing-pinvoke! SecTaskCreateWithAuditToken is not bound !missing-pinvoke! SecTaskGetTypeID is not bound !missing-pinvoke! SecTrustCopyAnchorCertificates is not bound -!missing-pinvoke! SecTrustedApplicationGetTypeID is not bound !missing-pinvoke! SecTrustSetOptions is not bound !missing-pinvoke! SecTrustSettingsCopyCertificates is not bound !missing-pinvoke! SecTrustSettingsCopyModificationDate is not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-Security.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-Security.todo new file mode 100644 index 000000000000..3bd6871c5999 --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-Security.todo @@ -0,0 +1,5 @@ +!deprecated-attribute-missing! SecKeychainAddGenericPassword missing a [Deprecated] attribute +!deprecated-attribute-missing! SecKeychainAddInternetPassword missing a [Deprecated] attribute +!deprecated-attribute-missing! SecKeychainFindGenericPassword missing a [Deprecated] attribute +!deprecated-attribute-missing! SecKeychainFindInternetPassword missing a [Deprecated] attribute +!deprecated-attribute-missing! SecKeychainItemFreeContent missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-SharedWithYouCore.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-SharedWithYouCore.todo index 5a273c54a096..fb9de9436072 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-SharedWithYouCore.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/macOS-SharedWithYouCore.todo @@ -77,3 +77,6 @@ !missing-type! SWSignedPersonIdentityProof not bound !missing-type! SWStartCollaborationAction not bound !missing-type! SWUpdateCollaborationParticipantsAction not bound +!missing-selector! SWCollaborationOptionsPickerGroup::selectedOptionIdentifier not bound +!missing-selector! SWCollaborationOptionsPickerGroup::setSelectedOptionIdentifier: not bound +!missing-type! SWCollaborationOptionsPickerGroup not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CHIP.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CHIP.todo deleted file mode 100644 index d0a266a28566..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CHIP.todo +++ /dev/null @@ -1,2864 +0,0 @@ -!missing-enum! CHIPAccessControlAuthMode not bound -!missing-enum! CHIPAccessControlChangeType not bound -!missing-enum! CHIPAccessControlPrivilege not bound -!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound -!missing-enum! CHIPAdministratorCommissioningStatusCode not bound -!missing-enum! CHIPApplianceControlApplianceStatus not bound -!missing-enum! CHIPApplianceControlCommandIdentification not bound -!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound -!missing-enum! CHIPApplianceControlWarningEvent not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound -!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound -!missing-enum! CHIPApplicationBasicApplicationStatus not bound -!missing-enum! CHIPApplicationLauncherFeature not bound -!missing-enum! CHIPApplicationLauncherStatus not bound -!missing-enum! CHIPAudioOutputOutputType not bound -!missing-enum! CHIPBridgedActionsActionError not bound -!missing-enum! CHIPBridgedActionsActionState not bound -!missing-enum! CHIPBridgedActionsActionType not bound -!missing-enum! CHIPBridgedActionsCommandBits not bound -!missing-enum! CHIPBridgedActionsEndpointListType not bound -!missing-enum! CHIPChannelFeature not bound -!missing-enum! CHIPChannelLineupInfoType not bound -!missing-enum! CHIPChannelStatus not bound -!missing-enum! CHIPColorControlColorCapabilities not bound -!missing-enum! CHIPColorControlColorLoopAction not bound -!missing-enum! CHIPColorControlColorLoopDirection not bound -!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound -!missing-enum! CHIPColorControlColorMode not bound -!missing-enum! CHIPColorControlHueDirection not bound -!missing-enum! CHIPColorControlHueMoveMode not bound -!missing-enum! CHIPColorControlHueStepMode not bound -!missing-enum! CHIPColorControlSaturationMoveMode not bound -!missing-enum! CHIPColorControlSaturationStepMode not bound -!missing-enum! CHIPContentLauncherFeature not bound -!missing-enum! CHIPContentLauncherMetricType not bound -!missing-enum! CHIPContentLauncherParameter not bound -!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound -!missing-enum! CHIPDiagnosticLogsLogsIntent not bound -!missing-enum! CHIPDiagnosticLogsLogsStatus not bound -!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound -!missing-enum! CHIPDoorLockDayOfWeek not bound -!missing-enum! CHIPDoorLockDlAlarmCode not bound -!missing-enum! CHIPDoorLockDlAlarmMask not bound -!missing-enum! CHIPDoorLockDlCredentialRule not bound -!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound -!missing-enum! CHIPDoorLockDlCredentialType not bound -!missing-enum! CHIPDoorLockDlDataOperationType not bound -!missing-enum! CHIPDoorLockDlDaysMaskMap not bound -!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound -!missing-enum! CHIPDoorLockDlDoorState not bound -!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound -!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound -!missing-enum! CHIPDoorLockDlLockDataType not bound -!missing-enum! CHIPDoorLockDlLockOperationType not bound -!missing-enum! CHIPDoorLockDlLockState not bound -!missing-enum! CHIPDoorLockDlLockType not bound -!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound -!missing-enum! CHIPDoorLockDlOperatingMode not bound -!missing-enum! CHIPDoorLockDlOperationError not bound -!missing-enum! CHIPDoorLockDlOperationSource not bound -!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlStatus not bound -!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound -!missing-enum! CHIPDoorLockDlUserStatus not bound -!missing-enum! CHIPDoorLockDlUserType not bound -!missing-enum! CHIPDoorLockFeature not bound -!missing-enum! CHIPDoorLockOperationEventCode not bound -!missing-enum! CHIPDoorLockProgrammingEventCode not bound -!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound -!missing-enum! CHIPDoorLockUserStatus not bound -!missing-enum! CHIPDoorLockUserType not bound -!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound -!missing-enum! CHIPGeneralCommissioningCommissioningError not bound -!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound -!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound -!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound -!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound -!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound -!missing-enum! CHIPIasAceAlarmStatus not bound -!missing-enum! CHIPIasAceArmMode not bound -!missing-enum! CHIPIasAceArmNotification not bound -!missing-enum! CHIPIasAceAudibleNotification not bound -!missing-enum! CHIPIasAceBypassResult not bound -!missing-enum! CHIPIasAceIasZoneStatus not bound -!missing-enum! CHIPIasAceIasZoneType not bound -!missing-enum! CHIPIasAcePanelStatus not bound -!missing-enum! CHIPIasWdSquawkInfo not bound -!missing-enum! CHIPIasWdWarningInfo not bound -!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound -!missing-enum! CHIPIasZoneStatus not bound -!missing-enum! CHIPIasZoneType not bound -!missing-enum! CHIPIdentifyEffectIdentifier not bound -!missing-enum! CHIPIdentifyEffectVariant not bound -!missing-enum! CHIPIdentifyType not bound -!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound -!missing-enum! CHIPKeypadInputCecKeyCode not bound -!missing-enum! CHIPKeypadInputFeature not bound -!missing-enum! CHIPKeypadInputStatus not bound -!missing-enum! CHIPLevelControlFeature not bound -!missing-enum! CHIPLevelControlMoveMode not bound -!missing-enum! CHIPLevelControlStepMode not bound -!missing-enum! CHIPMediaInputFeature not bound -!missing-enum! CHIPMediaInputInputType not bound -!missing-enum! CHIPMediaPlaybackPlaybackState not bound -!missing-enum! CHIPMediaPlaybackStatus not bound -!missing-enum! CHIPMessagingConfirmationControl not bound -!missing-enum! CHIPMessagingControlConfirmation not bound -!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound -!missing-enum! CHIPMessagingControlImportance not bound -!missing-enum! CHIPMessagingControlMask not bound -!missing-enum! CHIPMessagingControlTransmission not bound -!missing-enum! CHIPMessagingEventId not bound -!missing-enum! CHIPMessagingExtendedControlMask not bound -!missing-enum! CHIPNetworkCommissioningFeature not bound -!missing-enum! CHIPNetworkCommissioningStatus not bound -!missing-enum! CHIPNetworkCommissioningWiFiBand not bound -!missing-enum! CHIPOnOffControl not bound -!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound -!missing-enum! CHIPOnOffDyingLightEffectVariant not bound -!missing-enum! CHIPOnOffEffectIdentifier not bound -!missing-enum! CHIPOnOffFeature not bound -!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound -!missing-enum! CHIPPowerSourceBatChargeFaultType not bound -!missing-enum! CHIPPowerSourceBatChargeLevel not bound -!missing-enum! CHIPPowerSourceBatChargeState not bound -!missing-enum! CHIPPowerSourceBatFaultType not bound -!missing-enum! CHIPPowerSourceBatReplaceability not bound -!missing-enum! CHIPPowerSourceFeature not bound -!missing-enum! CHIPPowerSourceStatus not bound -!missing-enum! CHIPPowerSourceWiredCurrentType not bound -!missing-enum! CHIPPowerSourceWiredFaultType not bound -!missing-enum! CHIPPressureMeasurementPressureFeature not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound -!missing-enum! CHIPScenesCopyMode not bound -!missing-enum! CHIPTargetNavigatorStatus not bound -!missing-enum! CHIPTestClusterBitmap16MaskMap not bound -!missing-enum! CHIPTestClusterBitmap32MaskMap not bound -!missing-enum! CHIPTestClusterBitmap64MaskMap not bound -!missing-enum! CHIPTestClusterBitmap8MaskMap not bound -!missing-enum! CHIPTestClusterSimple not bound -!missing-enum! CHIPTestClusterSimpleBitmap not bound -!missing-enum! CHIPThermostatControlSequence not bound -!missing-enum! CHIPThermostatDayOfWeek not bound -!missing-enum! CHIPThermostatFeature not bound -!missing-enum! CHIPThermostatModeForSequence not bound -!missing-enum! CHIPThermostatRunningMode not bound -!missing-enum! CHIPThermostatSetpointAdjustMode not bound -!missing-enum! CHIPThermostatSystemMode not bound -!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound -!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound -!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound -!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound -!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound -!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound -!missing-enum! CHIPUnitLocalizationFeature not bound -!missing-enum! CHIPUnitLocalizationTempUnit not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound -!missing-enum! CHIPWindowCoveringWcFeature not bound -!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound -!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound -!missing-enum! MatterInteractionErrorCode not bound -!missing-field! kCHIPArrayValueType not bound -!missing-field! kCHIPAttributePathKey not bound -!missing-field! kCHIPBooleanValueType not bound -!missing-field! kCHIPCommandPathKey not bound -!missing-field! kCHIPContextTagKey not bound -!missing-field! kCHIPDataKey not bound -!missing-field! kCHIPDoubleValueType not bound -!missing-field! kCHIPErrorKey not bound -!missing-field! kCHIPFloatValueType not bound -!missing-field! kCHIPNullValueType not bound -!missing-field! kCHIPOctetStringValueType not bound -!missing-field! kCHIPSignedIntegerValueType not bound -!missing-field! kCHIPStructureValueType not bound -!missing-field! kCHIPTypeKey not bound -!missing-field! kCHIPUnsignedIntegerValueType not bound -!missing-field! kCHIPUTF8StringValueType not bound -!missing-field! kCHIPValueKey not bound -!missing-field! MatterInteractionErrorDomain not bound -!missing-protocol! CHIPDeviceAttestationDelegate not bound -!missing-protocol! CHIPDeviceControllerClientProtocol not bound -!missing-protocol! CHIPDeviceControllerServerProtocol not bound -!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorControlOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::decodeCHIPDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::encodeCHIPDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound -!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound -!missing-selector! CHIPAttributeReport::error not bound -!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound -!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound -!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound -!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound -!missing-selector! CHIPBindingClusterTargetStruct::group not bound -!missing-selector! CHIPBindingClusterTargetStruct::init not bound -!missing-selector! CHIPBindingClusterTargetStruct::node not bound -!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound -!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound -!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::init not bound -!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::name not bound -!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::init not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound -!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound -!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorControlOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPCommandPath::cluster not bound -!missing-selector! CHIPCommandPath::command not bound -!missing-selector! CHIPCommandPath::endpoint not bound -!missing-selector! CHIPCommissioningParameters::attestationNonce not bound -!missing-selector! CHIPCommissioningParameters::CSRNonce not bound -!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound -!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound -!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound -!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound -!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound -!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound -!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound -!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound -!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound -!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound -!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound -!missing-selector! CHIPCommissioningParameters::wifiSSID not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound -!missing-selector! CHIPContentLauncherClusterDimension::height not bound -!missing-selector! CHIPContentLauncherClusterDimension::init not bound -!missing-selector! CHIPContentLauncherClusterDimension::metric not bound -!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound -!missing-selector! CHIPContentLauncherClusterDimension::width not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound -!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound -!missing-selector! CHIPContentLauncherClusterParameter::init not bound -!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound -!missing-selector! CHIPContentLauncherClusterParameter::type not bound -!missing-selector! CHIPContentLauncherClusterParameter::value not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound -!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound -!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound -!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound -!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound -!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound -!missing-selector! CHIPMediaInputClusterInputInfo::index not bound -!missing-selector! CHIPMediaInputClusterInputInfo::init not bound -!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound -!missing-selector! CHIPMediaInputClusterInputInfo::name not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound -!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAlarmMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPReadParams::fabricFiltered not bound -!missing-selector! CHIPReadParams::init not bound -!missing-selector! CHIPReadParams::setFabricFiltered: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound -!missing-selector! CHIPSubscribeParams::autoResubscribe not bound -!missing-selector! CHIPSubscribeParams::init not bound -!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound -!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound -!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::humidityInPercentage not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::localTemperature not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::relayStatus not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setHumidityInPercentage: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setLocalTemperature: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setpoint not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setRelayStatus: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setSetpoint: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setTimeOfDay: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setUnreadEntries: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::timeOfDay not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::unreadEntries not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::payload not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setPayload: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound -!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound -!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound -!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound -!missing-type! CHIPAttributeCacheContainer not bound -!missing-type! CHIPAudioOutputClusterOutputInfo not bound -!missing-type! CHIPBindingClusterTargetStruct not bound -!missing-type! CHIPChannel not bound -!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound -!missing-type! CHIPChannelClusterChangeChannelParams not bound -!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound -!missing-type! CHIPChannelClusterChannelInfo not bound -!missing-type! CHIPChannelClusterLineupInfo not bound -!missing-type! CHIPChannelClusterSkipChannelParams not bound -!missing-type! CHIPCommandPath not bound -!missing-type! CHIPCommissioningParameters not bound -!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound -!missing-type! CHIPContentLauncherClusterBrandingInformation not bound -!missing-type! CHIPContentLauncherClusterContentSearch not bound -!missing-type! CHIPContentLauncherClusterDimension not bound -!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound -!missing-type! CHIPContentLauncherClusterParameter not bound -!missing-type! CHIPContentLauncherClusterStyleInformation not bound -!missing-type! CHIPFanControl not bound -!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound -!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound -!missing-type! CHIPLocalizationConfiguration not bound -!missing-type! CHIPMediaInputClusterInputInfo not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound -!missing-type! CHIPMediaPlaybackClusterSeekParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound -!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound -!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound -!missing-type! CHIPReadParams not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound -!missing-type! CHIPSubscribeParams not bound -!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound -!missing-type! CHIPTestClusterClusterTestFabricScoped not bound -!missing-type! CHIPThermostatClusterGetRelayStatusLogResponseParams not bound -!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound -!missing-type! CHIPTimeFormatLocalization not bound -!missing-type! CHIPUnitLocalization not bound -!missing-type! CHIPUserLabel not bound -!missing-enum! CHIPAudioOutputFeature not bound -!missing-enum! CHIPColorControlFeature not bound -!missing-enum! CHIPContentLauncherContentLaunchStatus not bound -!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound -!missing-enum! CHIPFanControlFanModeSequenceType not bound -!missing-enum! CHIPFanControlFanModeType not bound -!missing-enum! CHIPFanControlFeature not bound -!missing-enum! CHIPFanControlRockSupportMask not bound -!missing-enum! CHIPFanControlWindSettingMask not bound -!missing-enum! CHIPFanControlWindSupportMask not bound -!missing-enum! CHIPModeSelectFeature not bound -!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound -!missing-enum! CHIPOnOffStartUpOnOff not bound -!missing-enum! CHIPWindowCoveringConfigStatus not bound -!missing-enum! CHIPWindowCoveringEndProductType not bound -!missing-enum! CHIPWindowCoveringMode not bound -!missing-enum! CHIPWindowCoveringType not bound -!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound -!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +MatterControllerFactory::sharedInstance not bound -!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound -!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound -!missing-selector! CHIPDeviceControllerStartupParams::initWithKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound -!missing-selector! CHIPDeviceControllerStartupParams::rootCAKeypair not bound -!missing-selector! CHIPDeviceControllerStartupParams::setFabricId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setIpk: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setRootCAKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEventPath::cluster not bound -!missing-selector! CHIPEventPath::endpoint not bound -!missing-selector! CHIPEventPath::event not bound -!missing-selector! CHIPEventReport::error not bound -!missing-selector! CHIPEventReport::eventNumber not bound -!missing-selector! CHIPEventReport::path not bound -!missing-selector! CHIPEventReport::priority not bound -!missing-selector! CHIPEventReport::timestamp not bound -!missing-selector! CHIPEventReport::value not bound -!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound -!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound -!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound -!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound -!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound -!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound -!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! MatterControllerFactory::isRunning not bound -!missing-selector! MatterControllerFactory::shutdown not bound -!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound -!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound -!missing-selector! MatterControllerFactory::startup: not bound -!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound -!missing-selector! MatterControllerFactoryParams::paaCerts not bound -!missing-selector! MatterControllerFactoryParams::port not bound -!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound -!missing-selector! MatterControllerFactoryParams::setPort: not bound -!missing-selector! MatterControllerFactoryParams::setStartServer: not bound -!missing-selector! MatterControllerFactoryParams::startServer not bound -!missing-selector! MatterControllerFactoryParams::storageDelegate not bound -!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound -!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound -!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound -!missing-type! CHIPBasicClusterLeaveEvent not bound -!missing-type! CHIPBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBasicClusterShutDownEvent not bound -!missing-type! CHIPBasicClusterStartUpEvent not bound -!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound -!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound -!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound -!missing-type! CHIPDeviceControllerStartupParams not bound -!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound -!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationEvent not bound -!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound -!missing-type! CHIPEventPath not bound -!missing-type! CHIPEventReport not bound -!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound -!missing-type! CHIPSwitchClusterInitialPressEvent not bound -!missing-type! CHIPSwitchClusterLongPressEvent not bound -!missing-type! CHIPSwitchClusterLongReleaseEvent not bound -!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound -!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound -!missing-type! CHIPSwitchClusterShortReleaseEvent not bound -!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound -!missing-type! CHIPTestClusterClusterTestEventEvent not bound -!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound -!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound -!missing-type! MatterControllerFactory not bound -!missing-type! MatterControllerFactoryParams not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreFoundation.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreFoundation.todo index 2c79a4307531..8065e29145f7 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreFoundation.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreFoundation.todo @@ -1,2 +1,4 @@ !deprecated-attribute-missing! CFReadStreamCreateForHTTPRequest missing a [Deprecated] attribute !deprecated-attribute-missing! CFReadStreamCreateForStreamedHTTPRequest missing a [Deprecated] attribute +!missing-pinvoke! CFStringCreateStringWithValidatedFormat is not bound +!missing-pinvoke! CFStringCreateStringWithValidatedFormatAndArguments is not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreSpotlight.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreSpotlight.todo new file mode 100644 index 000000000000..628fae3c9574 --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreSpotlight.todo @@ -0,0 +1 @@ +!missing-enum! CSSearchQuerySourceOptions not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreText.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreText.todo new file mode 100644 index 000000000000..854ef809ba4f --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreText.todo @@ -0,0 +1 @@ +!missing-enum-value! CTFontOptions native value kCTFontOptionsPreventAutoDownload = 2 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-DeviceDiscoveryExtension.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-DeviceDiscoveryExtension.todo deleted file mode 100644 index 9853f9fe3507..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-DeviceDiscoveryExtension.todo +++ /dev/null @@ -1,43 +0,0 @@ -!missing-enum! DDDeviceCategory not bound -!missing-enum! DDDeviceProtocol not bound -!missing-enum! DDDeviceState not bound -!missing-enum! DDErrorCode not bound -!missing-enum! DDEventType not bound -!missing-field! DDDeviceProtocolStringDIAL not bound -!missing-field! DDDeviceProtocolStringInvalid not bound -!missing-field! DDErrorDomain not bound -!missing-pinvoke! DDDeviceCategoryToString is not bound -!missing-pinvoke! DDDeviceProtocolToString is not bound -!missing-pinvoke! DDDeviceStateToString is not bound -!missing-pinvoke! DDEventTypeToString is not bound -!missing-selector! DDDevice::bluetoothIdentifier not bound -!missing-selector! DDDevice::category not bound -!missing-selector! DDDevice::displayName not bound -!missing-selector! DDDevice::identifier not bound -!missing-selector! DDDevice::initWithDisplayName:category:protocolType:identifier: not bound -!missing-selector! DDDevice::networkEndpoint not bound -!missing-selector! DDDevice::protocol not bound -!missing-selector! DDDevice::protocolType not bound -!missing-selector! DDDevice::setBluetoothIdentifier: not bound -!missing-selector! DDDevice::setCategory: not bound -!missing-selector! DDDevice::setDisplayName: not bound -!missing-selector! DDDevice::setIdentifier: not bound -!missing-selector! DDDevice::setNetworkEndpoint: not bound -!missing-selector! DDDevice::setProtocol: not bound -!missing-selector! DDDevice::setProtocolType: not bound -!missing-selector! DDDevice::setState: not bound -!missing-selector! DDDevice::setTxtRecordData: not bound -!missing-selector! DDDevice::setUrl: not bound -!missing-selector! DDDevice::state not bound -!missing-selector! DDDevice::txtRecordData not bound -!missing-selector! DDDevice::url not bound -!missing-selector! DDDiscoverySession::reportEvent: not bound -!missing-selector! DDEvent::eventType not bound -!missing-selector! DDEventDevicesPresent::devicesPresent not bound -!missing-type! DDDevice not bound -!missing-type! DDDeviceEvent not bound -!missing-type! DDDiscoverySession not bound -!missing-type! DDEvent not bound -!missing-type! DDEventDevicesPresent not bound -!missing-selector! DDDeviceEvent::device not bound -!missing-selector! DDDeviceEvent::initWithEventType:device: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-Foundation.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-Foundation.todo index 5b1e6e7aacca..e04ea71a0714 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-Foundation.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-Foundation.todo @@ -40,4 +40,49 @@ !missing-selector! NSOrderedSet::orderedSetByApplyingDifference: not bound !missing-type! NSOrderedCollectionChange not bound !missing-type! NSOrderedCollectionDifference not bound -!missing-null-allowed! 'Foundation.NSExpression Foundation.NSExpression::FromFunction(Foundation.NSExpressionCallbackHandler,Foundation.NSExpression[])' is missing an [NullAllowed] on parameter #1 \ No newline at end of file +!missing-null-allowed! 'Foundation.NSExpression Foundation.NSExpression::FromFunction(Foundation.NSExpressionCallbackHandler,Foundation.NSExpression[])' is missing an [NullAllowed] on parameter #1 +!missing-type! NSPresentationIntent not bound +!extra-enum-value! Managed value 102 for NSSearchPathDirectory.TrashDirectory is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 1024 for NSUrlBookmarkResolutionOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2 for NSItemProviderRepresentationVisibility.Group is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2048 for NSUrlBookmarkCreationOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 4096 for NSUrlBookmarkCreationOptions.SecurityScopeAllowOnlyReadAccess is available for the current platform while the value in the native header is not +!deprecated-attribute-missing! NSDateComponents::setWeek: missing a [Deprecated] attribute +!deprecated-attribute-missing! NSDateComponents::week missing a [Deprecated] attribute +!deprecated-attribute-missing! NSNetService::resolve missing a [Deprecated] attribute +!deprecated-attribute-missing! NSProcessInfo::operatingSystem missing a [Deprecated] attribute +!deprecated-attribute-missing! NSProcessInfo::operatingSystemName missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLConnection::initWithRequest:delegate: missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLConnection::initWithRequest:delegate:startImmediately: missing a [Deprecated] attribute +!deprecated-attribute-missing! NSUserDefaults::persistentDomainNames missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLComponents::percentEncodedHost missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLComponents::setPercentEncodedHost: missing a [Deprecated] attribute +!missing-enum-value! NSActivityOptions native value NSActivityAnimationTrackingEnabled = 35184372088832 not bound +!missing-enum-value! NSActivityOptions native value NSActivityTrackingEnabled = 70368744177664 not bound +!missing-enum-value! NSActivityOptions native value NSActivityUserInteractive = 1095233437695 not bound +!missing-field! NSMarkdownSourcePositionAttributeName not bound +!missing-protocol-member! NSURLSessionTaskDelegate::URLSession:didCreateTask: not found +!missing-selector! NSAttributedStringMarkdownParsingOptions::appliesSourcePositionAttributes not bound +!missing-selector! NSAttributedStringMarkdownParsingOptions::setAppliesSourcePositionAttributes: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endLine not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::initWithStartLine:startColumn:endLine:endColumn: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::rangeInString: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startLine not bound +!missing-selector! NSInvocation::invokeUsingIMP: not bound +!missing-selector! NSMutableURLRequest::requiresDNSSECValidation not bound +!missing-selector! NSMutableURLRequest::setRequiresDNSSECValidation: not bound +!missing-selector! NSURLComponents::encodedHost not bound +!missing-selector! NSURLComponents::setEncodedHost: not bound +!missing-selector! NSURLSessionConfiguration::requiresDNSSECValidation not bound +!missing-selector! NSURLSessionConfiguration::setRequiresDNSSECValidation: not bound +!missing-selector! NSXPCConnection::activate not bound +!missing-selector! NSXPCListener::activate not bound +!missing-type! NSAttributedStringMarkdownSourcePosition not bound +!missing-selector! +NSString::localizedStringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! +NSString::stringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:error: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameController.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameController.todo index f8a1fa390e8a..a74325ee24c9 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameController.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameController.todo @@ -57,3 +57,7 @@ !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound !missing-type! GCPhysicalInputElementCollection not bound +!missing-field! GCInputButtonL4 not bound +!missing-field! GCInputButtonL5 not bound +!missing-field! GCInputButtonR4 not bound +!missing-field! GCInputButtonR5 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameKit.todo new file mode 100644 index 000000000000..d5881ca8af4f --- /dev/null +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameKit.todo @@ -0,0 +1 @@ +!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-MetalPerformanceShadersGraph.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-MetalPerformanceShadersGraph.todo index 5e07c24f7ee6..66857c229aa9 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-MetalPerformanceShadersGraph.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-MetalPerformanceShadersGraph.todo @@ -139,3 +139,34 @@ !missing-type! MPSGraphGRUDescriptor not bound !missing-type! MPSGraphLSTMDescriptor not bound !missing-type! MPSGraphSingleGateRNNDescriptor not bound +!missing-enum! MPSGraphResizeNearestRoundingMode not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-SharedWithYouCore.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-SharedWithYouCore.todo index 5a273c54a096..fb9de9436072 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-SharedWithYouCore.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-SharedWithYouCore.todo @@ -77,3 +77,6 @@ !missing-type! SWSignedPersonIdentityProof not bound !missing-type! SWStartCollaborationAction not bound !missing-type! SWUpdateCollaborationParticipantsAction not bound +!missing-selector! SWCollaborationOptionsPickerGroup::selectedOptionIdentifier not bound +!missing-selector! SWCollaborationOptionsPickerGroup::setSelectedOptionIdentifier: not bound +!missing-type! SWCollaborationOptionsPickerGroup not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo index fe899d5b15b9..1f2378a24577 100644 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo +++ b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo @@ -208,3 +208,6 @@ !missing-selector! UIWindowSceneGeometryPreferencesMac::setSystemFrame: not bound !missing-selector! UIWindowSceneGeometryPreferencesMac::systemFrame not bound !missing-type! UIWindowSceneGeometryPreferencesMac not bound +!missing-selector! UIBarButtonItem::initWithBarButtonSystemItem:primaryAction:menu: not bound +!missing-selector! UIBarButtonItem::initWithPrimaryAction:menu: not bound +!missing-selector! UIBarButtonItem::initWithTitle:image:target:action:menu: not bound diff --git a/tests/xtro-sharpie/iOS-AuthenticationServices.todo b/tests/xtro-sharpie/iOS-AuthenticationServices.todo index 7f6378fc5119..0a7607402afb 100644 --- a/tests/xtro-sharpie/iOS-AuthenticationServices.todo +++ b/tests/xtro-sharpie/iOS-AuthenticationServices.todo @@ -2,3 +2,4 @@ !missing-selector! ASAuthorizationController::cancel not bound !missing-selector! ASAuthorizationController::performAutoFillAssistedRequests not bound !missing-selector! ASAuthorizationController::performRequestsWithOptions: not bound +!missing-field! ASAuthorizationProviderAuthorizationOperationDirectRequest not bound diff --git a/tests/xtro-sharpie/iOS-CHIP.ignore b/tests/xtro-sharpie/iOS-CHIP.ignore index ce1c2a9a62ba..e3b7c049638b 100644 --- a/tests/xtro-sharpie/iOS-CHIP.ignore +++ b/tests/xtro-sharpie/iOS-CHIP.ignore @@ -356,7 +356,6 @@ !missing-selector! CHIPColorControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorCapabilitiesWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorControlOptionsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopActiveWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopDirectionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithCompletionHandler: not bound @@ -373,8 +372,6 @@ !missing-selector! CHIPColorControl::readAttributeColorPointRXWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorPointRYWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorTemperatureWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCompensationTextWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCurrentHueWithCompletionHandler: not bound @@ -412,7 +409,6 @@ !missing-selector! CHIPColorControl::stepHueWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stepSaturationWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stopMoveStepWithParams:completionHandler: not bound -!missing-selector! CHIPColorControl::writeAttributeColorControlOptionsWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:completionHandler: not bound @@ -491,15 +487,11 @@ !missing-selector! CHIPColorControlClusterMoveColorParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateX: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateY: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::moveMode not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsOverride not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::rate not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setMoveMode: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsOverride: not bound @@ -584,13 +576,9 @@ !missing-selector! CHIPColorControlClusterStepColorParams::stepX not bound !missing-selector! CHIPColorControlClusterStepColorParams::stepY not bound !missing-selector! CHIPColorControlClusterStepColorParams::transitionTime not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsOverride not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setStepMode: not bound @@ -694,12 +682,6 @@ !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::holidayIndex not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setHolidayIndex: not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::pinSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::setPinSlotIndex: not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::rfidSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::setRfidSlotIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::init not bound !missing-selector! CHIPDoorLockClusterClearUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::userIndex not bound @@ -742,48 +724,6 @@ !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setOperatingMode: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setStatus: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::status not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::logIndex not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::setLogIndex: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventIdOrAlarmCode not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventType not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::logEntryId not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventIdOrAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventType: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setLogEntryId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setSource: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setTimestamp: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::source not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::timestamp not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userType not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserParams::init not bound !missing-selector! CHIPDoorLockClusterGetUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetUserParams::userIndex not bound @@ -808,22 +748,6 @@ !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userStatus not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setWeekDayIndex: not bound @@ -865,36 +789,6 @@ !missing-selector! CHIPDoorLockClusterLockDoorParams::init not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::pinCode not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::setPinCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventCode not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventSource not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventSource: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventCode not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventSource not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventCode: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventSource: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userType not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credential not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credentialData not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::init not bound @@ -922,24 +816,6 @@ !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalEndTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalStartTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setOperatingMode: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::pin not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userType not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::credentialRule not bound !missing-selector! CHIPDoorLockClusterSetUserParams::init not bound !missing-selector! CHIPDoorLockClusterSetUserParams::operationType not bound @@ -955,16 +831,6 @@ !missing-selector! CHIPDoorLockClusterSetUserParams::userStatus not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::daysMask not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endHour not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endMinute not bound @@ -1329,7 +1195,6 @@ !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setZoneStatus: not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneId not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneStatus not bound -!missing-selector! CHIPIdentify::identifyQueryWithCompletionHandler: not bound !missing-selector! CHIPIdentify::identifyWithParams:completionHandler: not bound !missing-selector! CHIPIdentify::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPIdentify::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -1340,9 +1205,6 @@ !missing-selector! CHIPIdentifyClusterIdentifyParams::identifyTime not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::init not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::setIdentifyTime: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::init not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::setTimeout: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::timeout not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectIdentifier not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectVariant not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::init not bound @@ -1531,10 +1393,8 @@ !missing-selector! CHIPModeSelectClusterModeOptionStruct::init not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::label not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::mode not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTag not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setLabel: not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setMode: not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTag: not bound !missing-selector! CHIPModeSelectClusterSemanticTag::init not bound !missing-selector! CHIPModeSelectClusterSemanticTag::mfgCode not bound !missing-selector! CHIPModeSelectClusterSemanticTag::setMfgCode: not bound @@ -1619,17 +1479,14 @@ !missing-selector! CHIPOperationalCredentials::readAttributeSupportedFabricsWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::removeFabricWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::removeTrustedRootCertificateWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateFabricLabelWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateNOCWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::adminVendorId not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminNode not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::icacValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::ipkValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::nocValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setAdminVendorId: not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminNode: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIcacValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIpkValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setNocValue: not bound @@ -1678,9 +1535,6 @@ !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::fabricIndex not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setFabricIndex: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::setTrustedRootIdentifier: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::trustedRootIdentifier not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::label not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setLabel: not bound @@ -1929,7 +1783,6 @@ !missing-selector! CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMinMeasuredValueWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeCapacityWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -2058,11 +1911,9 @@ !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::capacity not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::groupId not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::init not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneCount not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneList not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setCapacity: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setGroupId: not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneCount: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneList: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::status not bound @@ -2093,13 +1944,6 @@ !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setSceneId: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::status not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::clusterId not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::init not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::length not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setClusterId: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setLength: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setValue: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::value not bound !missing-selector! CHIPScenesClusterStoreSceneParams::groupId not bound !missing-selector! CHIPScenesClusterStoreSceneParams::init not bound !missing-selector! CHIPScenesClusterStoreSceneParams::sceneId not bound @@ -2609,7 +2453,6 @@ !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg5: not bound !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg6: not bound !missing-selector! CHIPThermostat::clearWeeklyScheduleWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::getRelayStatusLogWithCompletionHandler: not bound !missing-selector! CHIPThermostat::getWeeklyScheduleWithParams:completionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithCompletionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithCompletionHandler: not bound @@ -2656,11 +2499,9 @@ !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::init not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::modeForSequence not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::payload not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setDayOfWeekForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setModeForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setPayload: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithCompletionHandler: not bound @@ -2871,17 +2712,13 @@ !missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:completionHandler: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::liftValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setLiftValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTiltValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::tiltValue not bound @@ -2958,8 +2795,6 @@ !missing-type! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams not bound !missing-type! CHIPDoorLockClusterClearCredentialParams not bound !missing-type! CHIPDoorLockClusterClearHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterClearPINCodeParams not bound -!missing-type! CHIPDoorLockClusterClearRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterClearUserParams not bound !missing-type! CHIPDoorLockClusterClearWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterClearYearDayScheduleParams not bound @@ -2968,33 +2803,17 @@ !missing-type! CHIPDoorLockClusterGetCredentialStatusResponseParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleResponseParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordResponseParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeResponseParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeResponseParams not bound !missing-type! CHIPDoorLockClusterGetUserParams not bound !missing-type! CHIPDoorLockClusterGetUserResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeResponseParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterLockDoorParams not bound -!missing-type! CHIPDoorLockClusterOperatingEventNotificationParams not bound -!missing-type! CHIPDoorLockClusterProgrammingEventNotificationParams not bound !missing-type! CHIPDoorLockClusterSetCredentialParams not bound !missing-type! CHIPDoorLockClusterSetCredentialResponseParams not bound !missing-type! CHIPDoorLockClusterSetHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterSetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterSetRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterSetUserParams not bound -!missing-type! CHIPDoorLockClusterSetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterSetUserTypeParams not bound !missing-type! CHIPDoorLockClusterSetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterSetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterUnlockDoorParams not bound @@ -3039,7 +2858,6 @@ !missing-type! CHIPIasZoneClusterZoneEnrollResponseParams not bound !missing-type! CHIPIasZoneClusterZoneStatusChangeNotificationParams not bound !missing-type! CHIPIdentifyClusterIdentifyParams not bound -!missing-type! CHIPIdentifyClusterIdentifyQueryResponseParams not bound !missing-type! CHIPIdentifyClusterTriggerEffectParams not bound !missing-type! CHIPIlluminanceMeasurement not bound !missing-type! CHIPKeypadInputClusterSendKeyParams not bound @@ -3080,7 +2898,6 @@ !missing-type! CHIPOperationalCredentialsClusterNOCResponseParams not bound !missing-type! CHIPOperationalCredentialsClusterNOCStruct not bound !missing-type! CHIPOperationalCredentialsClusterRemoveFabricParams not bound -!missing-type! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateFabricLabelParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateNOCParams not bound !missing-type! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams not bound @@ -3132,7 +2949,6 @@ !missing-type! CHIPScenesClusterRemoveAllScenesResponseParams not bound !missing-type! CHIPScenesClusterRemoveSceneParams not bound !missing-type! CHIPScenesClusterRemoveSceneResponseParams not bound -!missing-type! CHIPScenesClusterSceneExtensionFieldSet not bound !missing-type! CHIPScenesClusterStoreSceneParams not bound !missing-type! CHIPScenesClusterStoreSceneResponseParams not bound !missing-type! CHIPScenesClusterViewSceneParams not bound @@ -3185,3 +3001,4876 @@ !missing-type! CHIPWindowCoveringClusterGoToLiftValueParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltPercentageParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltValueParams not bound +!extra-protocol-member! unexpected selector CHIPDevicePairingDelegate::onAddressUpdated: found +!missing-enum! CHIPAccessControlAuthMode not bound +!missing-enum! CHIPAccessControlChangeType not bound +!missing-enum! CHIPAccessControlPrivilege not bound +!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound +!missing-enum! CHIPAdministratorCommissioningStatusCode not bound +!missing-enum! CHIPApplianceControlApplianceStatus not bound +!missing-enum! CHIPApplianceControlCommandIdentification not bound +!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound +!missing-enum! CHIPApplianceControlWarningEvent not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound +!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound +!missing-enum! CHIPApplicationBasicApplicationStatus not bound +!missing-enum! CHIPApplicationLauncherFeature not bound +!missing-enum! CHIPApplicationLauncherStatus not bound +!missing-enum! CHIPAudioOutputOutputType not bound +!missing-enum! CHIPBridgedActionsActionError not bound +!missing-enum! CHIPBridgedActionsActionState not bound +!missing-enum! CHIPBridgedActionsActionType not bound +!missing-enum! CHIPBridgedActionsCommandBits not bound +!missing-enum! CHIPBridgedActionsEndpointListType not bound +!missing-enum! CHIPChannelFeature not bound +!missing-enum! CHIPChannelLineupInfoType not bound +!missing-enum! CHIPChannelStatus not bound +!missing-enum! CHIPColorControlColorCapabilities not bound +!missing-enum! CHIPColorControlColorLoopAction not bound +!missing-enum! CHIPColorControlColorLoopDirection not bound +!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound +!missing-enum! CHIPColorControlColorMode not bound +!missing-enum! CHIPColorControlHueDirection not bound +!missing-enum! CHIPColorControlHueMoveMode not bound +!missing-enum! CHIPColorControlHueStepMode not bound +!missing-enum! CHIPColorControlSaturationMoveMode not bound +!missing-enum! CHIPColorControlSaturationStepMode not bound +!missing-enum! CHIPContentLauncherFeature not bound +!missing-enum! CHIPContentLauncherMetricType not bound +!missing-enum! CHIPContentLauncherParameter not bound +!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound +!missing-enum! CHIPDiagnosticLogsLogsIntent not bound +!missing-enum! CHIPDiagnosticLogsLogsStatus not bound +!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound +!missing-enum! CHIPDoorLockDayOfWeek not bound +!missing-enum! CHIPDoorLockDlAlarmCode not bound +!missing-enum! CHIPDoorLockDlCredentialRule not bound +!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound +!missing-enum! CHIPDoorLockDlCredentialType not bound +!missing-enum! CHIPDoorLockDlDataOperationType not bound +!missing-enum! CHIPDoorLockDlDaysMaskMap not bound +!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound +!missing-enum! CHIPDoorLockDlDoorState not bound +!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound +!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound +!missing-enum! CHIPDoorLockDlLockDataType not bound +!missing-enum! CHIPDoorLockDlLockOperationType not bound +!missing-enum! CHIPDoorLockDlLockState not bound +!missing-enum! CHIPDoorLockDlLockType not bound +!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound +!missing-enum! CHIPDoorLockDlOperatingMode not bound +!missing-enum! CHIPDoorLockDlOperationError not bound +!missing-enum! CHIPDoorLockDlOperationSource not bound +!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlStatus not bound +!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound +!missing-enum! CHIPDoorLockDlUserStatus not bound +!missing-enum! CHIPDoorLockDlUserType not bound +!missing-enum! CHIPDoorLockFeature not bound +!missing-enum! CHIPDoorLockOperationEventCode not bound +!missing-enum! CHIPDoorLockProgrammingEventCode not bound +!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound +!missing-enum! CHIPDoorLockUserStatus not bound +!missing-enum! CHIPDoorLockUserType not bound +!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound +!missing-enum! CHIPGeneralCommissioningCommissioningError not bound +!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound +!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound +!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound +!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound +!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound +!missing-enum! CHIPIasAceAlarmStatus not bound +!missing-enum! CHIPIasAceArmMode not bound +!missing-enum! CHIPIasAceArmNotification not bound +!missing-enum! CHIPIasAceAudibleNotification not bound +!missing-enum! CHIPIasAceBypassResult not bound +!missing-enum! CHIPIasAceIasZoneStatus not bound +!missing-enum! CHIPIasAceIasZoneType not bound +!missing-enum! CHIPIasAcePanelStatus not bound +!missing-enum! CHIPIasWdSquawkInfo not bound +!missing-enum! CHIPIasWdWarningInfo not bound +!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound +!missing-enum! CHIPIasZoneStatus not bound +!missing-enum! CHIPIasZoneType not bound +!missing-enum! CHIPIdentifyEffectIdentifier not bound +!missing-enum! CHIPIdentifyEffectVariant not bound +!missing-enum! CHIPIdentifyType not bound +!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound +!missing-enum! CHIPKeypadInputCecKeyCode not bound +!missing-enum! CHIPKeypadInputFeature not bound +!missing-enum! CHIPKeypadInputStatus not bound +!missing-enum! CHIPLevelControlFeature not bound +!missing-enum! CHIPLevelControlMoveMode not bound +!missing-enum! CHIPLevelControlStepMode not bound +!missing-enum! CHIPMediaInputFeature not bound +!missing-enum! CHIPMediaInputInputType not bound +!missing-enum! CHIPMediaPlaybackPlaybackState not bound +!missing-enum! CHIPMediaPlaybackStatus not bound +!missing-enum! CHIPMessagingConfirmationControl not bound +!missing-enum! CHIPMessagingControlConfirmation not bound +!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound +!missing-enum! CHIPMessagingControlImportance not bound +!missing-enum! CHIPMessagingControlMask not bound +!missing-enum! CHIPMessagingControlTransmission not bound +!missing-enum! CHIPMessagingEventId not bound +!missing-enum! CHIPMessagingExtendedControlMask not bound +!missing-enum! CHIPNetworkCommissioningFeature not bound +!missing-enum! CHIPNetworkCommissioningStatus not bound +!missing-enum! CHIPNetworkCommissioningWiFiBand not bound +!missing-enum! CHIPOnOffControl not bound +!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound +!missing-enum! CHIPOnOffDyingLightEffectVariant not bound +!missing-enum! CHIPOnOffEffectIdentifier not bound +!missing-enum! CHIPOnOffFeature not bound +!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound +!missing-enum! CHIPPowerSourceBatChargeFaultType not bound +!missing-enum! CHIPPowerSourceBatChargeLevel not bound +!missing-enum! CHIPPowerSourceBatChargeState not bound +!missing-enum! CHIPPowerSourceBatFaultType not bound +!missing-enum! CHIPPowerSourceBatReplaceability not bound +!missing-enum! CHIPPowerSourceFeature not bound +!missing-enum! CHIPPowerSourceStatus not bound +!missing-enum! CHIPPowerSourceWiredCurrentType not bound +!missing-enum! CHIPPowerSourceWiredFaultType not bound +!missing-enum! CHIPPressureMeasurementPressureFeature not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound +!missing-enum! CHIPScenesCopyMode not bound +!missing-enum! CHIPTargetNavigatorStatus not bound +!missing-enum! CHIPTestClusterBitmap16MaskMap not bound +!missing-enum! CHIPTestClusterBitmap32MaskMap not bound +!missing-enum! CHIPTestClusterBitmap64MaskMap not bound +!missing-enum! CHIPTestClusterBitmap8MaskMap not bound +!missing-enum! CHIPTestClusterSimple not bound +!missing-enum! CHIPTestClusterSimpleBitmap not bound +!missing-enum! CHIPThermostatControlSequence not bound +!missing-enum! CHIPThermostatDayOfWeek not bound +!missing-enum! CHIPThermostatFeature not bound +!missing-enum! CHIPThermostatModeForSequence not bound +!missing-enum! CHIPThermostatRunningMode not bound +!missing-enum! CHIPThermostatSetpointAdjustMode not bound +!missing-enum! CHIPThermostatSystemMode not bound +!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound +!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound +!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound +!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound +!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound +!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound +!missing-enum! CHIPUnitLocalizationFeature not bound +!missing-enum! CHIPUnitLocalizationTempUnit not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound +!missing-enum! CHIPWindowCoveringWcFeature not bound +!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound +!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound +!missing-enum! MatterInteractionErrorCode not bound +!missing-field! kCHIPArrayValueType not bound +!missing-field! kCHIPAttributePathKey not bound +!missing-field! kCHIPBooleanValueType not bound +!missing-field! kCHIPCommandPathKey not bound +!missing-field! kCHIPContextTagKey not bound +!missing-field! kCHIPDataKey not bound +!missing-field! kCHIPDoubleValueType not bound +!missing-field! kCHIPErrorKey not bound +!missing-field! kCHIPFloatValueType not bound +!missing-field! kCHIPNullValueType not bound +!missing-field! kCHIPOctetStringValueType not bound +!missing-field! kCHIPSignedIntegerValueType not bound +!missing-field! kCHIPStructureValueType not bound +!missing-field! kCHIPTypeKey not bound +!missing-field! kCHIPUnsignedIntegerValueType not bound +!missing-field! kCHIPUTF8StringValueType not bound +!missing-field! kCHIPValueKey not bound +!missing-field! MatterInteractionErrorDomain not bound +!missing-protocol! CHIPDeviceAttestationDelegate not bound +!missing-protocol! CHIPDeviceControllerClientProtocol not bound +!missing-protocol! CHIPDeviceControllerServerProtocol not bound +!missing-protocol-member! CHIPDevicePairingDelegate::onCommissioningComplete: not found +!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound +!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound +!missing-selector! CHIPAttributeReport::error not bound +!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound +!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound +!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound +!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound +!missing-selector! CHIPBindingClusterTargetStruct::group not bound +!missing-selector! CHIPBindingClusterTargetStruct::init not bound +!missing-selector! CHIPBindingClusterTargetStruct::node not bound +!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound +!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound +!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound +!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::init not bound +!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::name not bound +!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::init not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound +!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound +!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPCommandPath::cluster not bound +!missing-selector! CHIPCommandPath::command not bound +!missing-selector! CHIPCommandPath::endpoint not bound +!missing-selector! CHIPCommissioningParameters::attestationNonce not bound +!missing-selector! CHIPCommissioningParameters::CSRNonce not bound +!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound +!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound +!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound +!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound +!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound +!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound +!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound +!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound +!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound +!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound +!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound +!missing-selector! CHIPCommissioningParameters::wifiSSID not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound +!missing-selector! CHIPContentLauncherClusterDimension::height not bound +!missing-selector! CHIPContentLauncherClusterDimension::init not bound +!missing-selector! CHIPContentLauncherClusterDimension::metric not bound +!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound +!missing-selector! CHIPContentLauncherClusterDimension::width not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound +!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound +!missing-selector! CHIPContentLauncherClusterParameter::init not bound +!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound +!missing-selector! CHIPContentLauncherClusterParameter::type not bound +!missing-selector! CHIPContentLauncherClusterParameter::value not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound +!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound +!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound +!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound +!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound +!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound +!missing-selector! CHIPMediaInputClusterInputInfo::index not bound +!missing-selector! CHIPMediaInputClusterInputInfo::init not bound +!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound +!missing-selector! CHIPMediaInputClusterInputInfo::name not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPReadParams::fabricFiltered not bound +!missing-selector! CHIPReadParams::init not bound +!missing-selector! CHIPReadParams::setFabricFiltered: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound +!missing-selector! CHIPSubscribeParams::autoResubscribe not bound +!missing-selector! CHIPSubscribeParams::init not bound +!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound +!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound +!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound +!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound +!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound +!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound +!missing-type! CHIPAttributeCacheContainer not bound +!missing-type! CHIPAudioOutputClusterOutputInfo not bound +!missing-type! CHIPBindingClusterTargetStruct not bound +!missing-type! CHIPChannel not bound +!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound +!missing-type! CHIPChannelClusterChangeChannelParams not bound +!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound +!missing-type! CHIPChannelClusterChannelInfo not bound +!missing-type! CHIPChannelClusterLineupInfo not bound +!missing-type! CHIPChannelClusterSkipChannelParams not bound +!missing-type! CHIPCommandPath not bound +!missing-type! CHIPCommissioningParameters not bound +!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound +!missing-type! CHIPContentLauncherClusterBrandingInformation not bound +!missing-type! CHIPContentLauncherClusterContentSearch not bound +!missing-type! CHIPContentLauncherClusterDimension not bound +!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound +!missing-type! CHIPContentLauncherClusterParameter not bound +!missing-type! CHIPContentLauncherClusterStyleInformation not bound +!missing-type! CHIPFanControl not bound +!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound +!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound +!missing-type! CHIPLocalizationConfiguration not bound +!missing-type! CHIPMediaInputClusterInputInfo not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound +!missing-type! CHIPMediaPlaybackClusterSeekParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound +!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound +!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound +!missing-type! CHIPReadParams not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound +!missing-type! CHIPSubscribeParams not bound +!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound +!missing-type! CHIPTestClusterClusterTestFabricScoped not bound +!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound +!missing-type! CHIPTimeFormatLocalization not bound +!missing-type! CHIPUnitLocalization not bound +!missing-type! CHIPUserLabel not bound +!unknown-type! CHIPTvChannel bound +!extra-protocol-member! unexpected selector CHIPKeypair::initialize found +!missing-enum! CHIPAudioOutputFeature not bound +!missing-enum! CHIPColorControlFeature not bound +!missing-enum! CHIPContentLauncherContentLaunchStatus not bound +!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound +!missing-enum! CHIPFanControlFanModeSequenceType not bound +!missing-enum! CHIPFanControlFanModeType not bound +!missing-enum! CHIPFanControlFeature not bound +!missing-enum! CHIPFanControlRockSupportMask not bound +!missing-enum! CHIPFanControlWindSettingMask not bound +!missing-enum! CHIPFanControlWindSupportMask not bound +!missing-enum! CHIPModeSelectFeature not bound +!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound +!missing-enum! CHIPOnOffStartUpOnOff not bound +!missing-enum! CHIPWindowCoveringConfigStatus not bound +!missing-enum! CHIPWindowCoveringEndProductType not bound +!missing-enum! CHIPWindowCoveringMode not bound +!missing-enum! CHIPWindowCoveringType not bound +!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound +!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +MatterControllerFactory::sharedInstance not bound +!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound +!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound +!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound +!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEventPath::cluster not bound +!missing-selector! CHIPEventPath::endpoint not bound +!missing-selector! CHIPEventPath::event not bound +!missing-selector! CHIPEventReport::error not bound +!missing-selector! CHIPEventReport::eventNumber not bound +!missing-selector! CHIPEventReport::path not bound +!missing-selector! CHIPEventReport::priority not bound +!missing-selector! CHIPEventReport::timestamp not bound +!missing-selector! CHIPEventReport::value not bound +!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound +!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound +!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound +!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound +!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound +!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! MatterControllerFactory::isRunning not bound +!missing-selector! MatterControllerFactory::shutdown not bound +!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound +!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound +!missing-selector! MatterControllerFactory::startup: not bound +!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound +!missing-selector! MatterControllerFactoryParams::paaCerts not bound +!missing-selector! MatterControllerFactoryParams::port not bound +!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound +!missing-selector! MatterControllerFactoryParams::setPort: not bound +!missing-selector! MatterControllerFactoryParams::setStartServer: not bound +!missing-selector! MatterControllerFactoryParams::startServer not bound +!missing-selector! MatterControllerFactoryParams::storageDelegate not bound +!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound +!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound +!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound +!missing-type! CHIPBasicClusterLeaveEvent not bound +!missing-type! CHIPBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBasicClusterShutDownEvent not bound +!missing-type! CHIPBasicClusterStartUpEvent not bound +!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound +!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound +!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound +!missing-type! CHIPDeviceControllerStartupParams not bound +!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound +!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationEvent not bound +!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound +!missing-type! CHIPEventPath not bound +!missing-type! CHIPEventReport not bound +!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound +!missing-type! CHIPSwitchClusterInitialPressEvent not bound +!missing-type! CHIPSwitchClusterLongPressEvent not bound +!missing-type! CHIPSwitchClusterLongReleaseEvent not bound +!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound +!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound +!missing-type! CHIPSwitchClusterShortReleaseEvent not bound +!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound +!missing-type! CHIPTestClusterClusterTestEventEvent not bound +!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound +!missing-type! MatterControllerFactory not bound +!missing-type! MatterControllerFactoryParams not bound +!extra-protocol-member! unexpected selector CHIPKeypair::ECDSA_sign_hash: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPDeleteKeyValue: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPGetKeyValue: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPSetKeyValue:value: found +!missing-enum! CHIPOnOffSceneFeatures not bound +!missing-enum! CHIPSoftwareDiagnosticsFeature not bound +!missing-enum! MatterClusterAttributeIDType not bound +!missing-enum! MatterClusterCommandIDType not bound +!missing-enum! MatterClusterEventIDType not bound +!missing-enum! MatterClusterIDType not bound +!missing-protocol-member! CHIPKeypair::ECDSA_sign_message_DER: not found +!missing-protocol-member! CHIPKeypair::ECDSA_sign_message_raw: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::removeStorageDataForKey: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::setStorageData:forKey: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::storageDataForKey: not found +!missing-selector! +CHIPAccessControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierClosePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeActiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeApplicationTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeInactiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePolarityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeReliabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeCredentialRulesSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorClosedEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableInsideStatusLEDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableLocalProgrammingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeExpiringUserTimeoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLEDSettingsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSendPINOverTheAirWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeNeutralCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveWiredFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryANSIDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryApprovedChemistryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargingCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCommonDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryIECDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryQuantityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplaceabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementNeededWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredCurrentTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredMaximumCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredNominalVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeLastConfiguredByWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityformatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCoilTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCompressorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACErrorCodeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACLouverPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACRefrigerantTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeEmergencyHeatDeltaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureCalibrationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOutdoorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePICoolingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePIHeatingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeRemoteSensingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeAmountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +MTRCertificates::generateCertificateSigningRequest:error: not bound +!missing-selector! +MTRCertificates::generateIntermediateCertificate:rootCertificate:intermediatePublicKey:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::generateOperationalCertificate:signingCertificate:operationalPublicKey:fabricId:nodeId:caseAuthenticatedTags:error: not bound +!missing-selector! +MTRCertificates::generateRootCertificate:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::isCertificate:equalTo: not bound +!missing-selector! +MTRCertificates::keypair:matchesCertificate: not bound +!missing-selector! CHIPAccessControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeAclWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeExtensionWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccountLogin::logoutWithParams:completionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::init not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::revokeCommissioningWithParams:completionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::init not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::init not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::init not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::init not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::init not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:params:completionHandler: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAudioOutput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControl::barrierControlStopWithParams:completionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierClosePeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierClosePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::init not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithCompletionHandler: not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithParams:completionHandler: not bound +!missing-selector! CHIPBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocalConfigDisabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocationWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::init not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeActiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeApplicationTypeWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeInactiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributePolarityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeReliabilityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeActiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeApplicationTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeInactiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePolarityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeReliabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeOutOfServiceWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributePresentValueWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinding::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:params:completionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPChannel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeOptionsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeStartUpColorTemperatureMiredsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:params:completionHandler: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDescriptor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDeviceController::controllerNodeId not bound +!missing-selector! CHIPDeviceController::pairDevice:address:port:setupPINCode:error: not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithOperationalKeypair:operationalCertificate:intermediateCertificate:rootCertificate:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithSigningKeypair:fabricId:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::intermediateCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::nocSigner not bound +!missing-selector! CHIPDeviceControllerStartupParams::nodeId not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalKeypair not bound +!missing-selector! CHIPDeviceControllerStartupParams::rootCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::setIntermediateCertificate: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setNodeId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setOperationalKeypair: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setRootCertificate: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLock::readAttributeCredentialRulesSupportWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorClosedEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableInsideStatusLEDWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableLocalProgrammingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeExpiringUserTimeoutWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLEDSettingsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSendPINOverTheAirWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeCredentialRulesSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDefaultConfigurationRegisterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorClosedEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableInsideStatusLEDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableLocalProgrammingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeExpiringUserTimeoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLEDSettingsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLocalProgrammingFeaturesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfCredentialsSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeRequirePINforRemoteOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSendPINOverTheAirWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::creatorFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::lastModifiedFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setCreatorFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setLastModifiedFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurement::getMeasurementProfileCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeNeutralCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcActivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcReactivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousActiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousLineCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousReactiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeNeutralCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePhaseHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::init not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::commissioningCompleteWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::writeAttributeBreadcrumbWithValue:params:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::init not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTestEventTriggersEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::testEventTriggerWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::enableKey not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::eventTrigger not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::init not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEnableKey: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEventTrigger: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:params:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroups::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroups::removeAllGroupsWithParams:completionHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::init not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::init not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterFireParams::init not bound +!missing-selector! CHIPIasAceClusterFireParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterFireParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::init not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::init not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::init not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanicParams::init not bound +!missing-selector! CHIPIasAceClusterPanicParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanicParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterSquawkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterSquawkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentify::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::writeAttributeIdentifyTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControl::moveToClosestFrequencyWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::stopWithOnOffWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeDefaultMoveRateWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeStartUpCurrentLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::frequency not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::init not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setFrequency: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::init not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:params:completionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::sleepWithParams:completionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::init not bound +!missing-selector! CHIPLowPowerClusterSleepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInput::hideInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::showInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::init not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelect::writeAttributeOnModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTags not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTags: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOccupancySensing::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::offWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithRecallGlobalSceneWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::toggleWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOffWaitTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOnTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeStartUpOnOffWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOffClusterOffParams::init not bound +!missing-selector! CHIPOnOffClusterOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnParams::init not bound +!missing-selector! CHIPOnOffClusterOnParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::init not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterToggleParams::init not bound +!missing-selector! CHIPOnOffClusterToggleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterToggleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::writeAttributeSwitchActionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminSubject not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminSubject: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::isForUpdateNOC not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setIsForUpdateNOC: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:params:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterCheckInParams::init not bound +!missing-selector! CHIPPollControlClusterCheckInParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::init not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::init not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::init not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeActiveWiredFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryANSIDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryApprovedChemistryWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCapacityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryChargingCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCommonDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryIECDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryQuantityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplaceabilityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementNeededWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredCurrentTypeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredMaximumCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredNominalVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryChargeFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveWiredFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryANSIDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryApprovedChemistryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargingCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCommonDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryFunctionalWhileChargingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryIECDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryQuantityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplaceabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementNeededWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeToFullChargeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredCurrentTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredMaximumCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredNominalVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMaxScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMinScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaleWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeControlModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeEnergyConsumedWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeRunningHoursWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::copySceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedAddSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedViewSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeLastConfiguredByWithCompletionHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeLastConfiguredByWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeId not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeValue not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::init not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeId: not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeValue: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::attributeValueList not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::clusterId not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::init not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setAttributeValueList: not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setClusterId: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPSoftwareDiagnostics::resetWatermarksWithParams:completionHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigator::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::testComplexNullableOptionalRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestFabricScopedEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testNotHandledWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSimpleArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSpecificWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testStructArrayArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testUnknownCommandWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::timedInvokeRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochSWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochUsWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListStructOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeTimedWriteBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeUnsupportedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeVendorIdWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::init not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::init not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::init not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostat::clearWeeklyScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityformatWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCoilTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCompressorTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACErrorCodeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACLouverPositionWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACRefrigerantTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeEmergencyHeatDeltaWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeLocalTemperatureCalibrationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupancyWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOutdoorTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePICoolingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePIHeatingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeRemoteSensingWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeAmountWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningStateWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityformatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCoilTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCompressorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACErrorCodeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACLouverPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACRefrigerantTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeEmergencyHeatDeltaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeHVACSystemTypeConfigurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureCalibrationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOutdoorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePICoolingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePIHeatingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeRemoteSensingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeAmountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatProgrammingOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeControlSequenceOfOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinSetpointDeadBandWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeSystemModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::init not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::transitions not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::transitions not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::coolSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::heatSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::init not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setCoolSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setHeatSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setTransitionTime: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::transitionTime not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeKeypadLockoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeScheduleProgrammingVisibilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeTemperatureDisplayModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:params:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:params:completionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:params:completionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCovering::downOrCloseWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::stopMotionWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::upOrOpenWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::init not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::init not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::init not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWriteParams::dataVersion not bound +!missing-selector! CHIPWriteParams::init not bound +!missing-selector! CHIPWriteParams::setDataVersion: not bound +!missing-selector! CHIPWriteParams::setTimedWriteTimeoutMs: not bound +!missing-selector! CHIPWriteParams::timedWriteTimeoutMs not bound +!missing-type! CHIPAccountLoginClusterLogoutParams not bound +!missing-type! CHIPAdministratorCommissioningClusterRevokeCommissioningParams not bound +!missing-type! CHIPAlarmsClusterGetAlarmParams not bound +!missing-type! CHIPAlarmsClusterResetAlarmLogParams not bound +!missing-type! CHIPAlarmsClusterResetAllAlarmsParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseResumeParams not bound +!missing-type! CHIPApplianceControlClusterSignalStateParams not bound +!missing-type! CHIPApplianceEventsAndAlertClusterGetAlertsParams not bound +!missing-type! CHIPApplianceStatisticsClusterLogQueueRequestParams not bound +!missing-type! CHIPBarrierControlClusterBarrierControlStopParams not bound +!missing-type! CHIPBasicClusterMfgSpecificPingParams not bound +!missing-type! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams not bound +!missing-type! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPGeneralCommissioningClusterCommissioningCompleteParams not bound +!missing-type! CHIPGeneralDiagnosticsClusterTestEventTriggerParams not bound +!missing-type! CHIPGroupsClusterRemoveAllGroupsParams not bound +!missing-type! CHIPIasAceClusterEmergencyParams not bound +!missing-type! CHIPIasAceClusterFireParams not bound +!missing-type! CHIPIasAceClusterGetBypassedZoneListParams not bound +!missing-type! CHIPIasAceClusterGetPanelStatusParams not bound +!missing-type! CHIPIasAceClusterGetZoneIdMapParams not bound +!missing-type! CHIPIasAceClusterPanicParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams not bound +!missing-type! CHIPIasZoneClusterInitiateTestModeResponseParams not bound +!missing-type! CHIPLevelControlClusterMoveToClosestFrequencyParams not bound +!missing-type! CHIPLevelControlClusterStopWithOnOffParams not bound +!missing-type! CHIPLowPowerClusterSleepParams not bound +!missing-type! CHIPMediaInputClusterHideInputStatusParams not bound +!missing-type! CHIPMediaInputClusterShowInputStatusParams not bound +!missing-type! CHIPMediaPlaybackClusterFastForwardParams not bound +!missing-type! CHIPMediaPlaybackClusterNextParams not bound +!missing-type! CHIPMediaPlaybackClusterPauseParams not bound +!missing-type! CHIPMediaPlaybackClusterPlayParams not bound +!missing-type! CHIPMediaPlaybackClusterPreviousParams not bound +!missing-type! CHIPMediaPlaybackClusterRewindParams not bound +!missing-type! CHIPMediaPlaybackClusterStartOverParams not bound +!missing-type! CHIPMediaPlaybackClusterStopPlaybackParams not bound +!missing-type! CHIPMessagingClusterGetLastMessageParams not bound +!missing-type! CHIPOnOffClusterOffParams not bound +!missing-type! CHIPOnOffClusterOnParams not bound +!missing-type! CHIPOnOffClusterOnWithRecallGlobalSceneParams not bound +!missing-type! CHIPOnOffClusterToggleParams not bound +!missing-type! CHIPPollControlClusterCheckInParams not bound +!missing-type! CHIPPollControlClusterFastPollStopParams not bound +!missing-type! CHIPPowerProfileClusterGetOverallSchedulePriceParams not bound +!missing-type! CHIPPowerProfileClusterPowerProfileStateRequestParams not bound +!missing-type! CHIPScenesClusterAttributeValuePair not bound +!missing-type! CHIPScenesClusterExtensionFieldSet not bound +!missing-type! CHIPSoftwareDiagnosticsClusterResetWatermarksParams not bound +!missing-type! CHIPTestClusterClusterTestNotHandledParams not bound +!missing-type! CHIPTestClusterClusterTestParams not bound +!missing-type! CHIPTestClusterClusterTestSpecificParams not bound +!missing-type! CHIPTestClusterClusterTestUnknownCommandParams not bound +!missing-type! CHIPTestClusterClusterTimedInvokeRequestParams not bound +!missing-type! CHIPThermostatClusterClearWeeklyScheduleParams not bound +!missing-type! CHIPThermostatClusterThermostatScheduleTransition not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPWindowCoveringClusterDownOrCloseParams not bound +!missing-type! CHIPWindowCoveringClusterStopMotionParams not bound +!missing-type! CHIPWindowCoveringClusterUpOrOpenParams not bound +!missing-type! CHIPWriteParams not bound +!missing-type! MTRCertificates not bound diff --git a/tests/xtro-sharpie/iOS-CHIP.todo b/tests/xtro-sharpie/iOS-CHIP.todo deleted file mode 100644 index 180dee48c412..000000000000 --- a/tests/xtro-sharpie/iOS-CHIP.todo +++ /dev/null @@ -1,2868 +0,0 @@ -!extra-protocol-member! unexpected selector CHIPDevicePairingDelegate::onAddressUpdated: found -!missing-enum! CHIPAccessControlAuthMode not bound -!missing-enum! CHIPAccessControlChangeType not bound -!missing-enum! CHIPAccessControlPrivilege not bound -!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound -!missing-enum! CHIPAdministratorCommissioningStatusCode not bound -!missing-enum! CHIPApplianceControlApplianceStatus not bound -!missing-enum! CHIPApplianceControlCommandIdentification not bound -!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound -!missing-enum! CHIPApplianceControlWarningEvent not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound -!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound -!missing-enum! CHIPApplicationBasicApplicationStatus not bound -!missing-enum! CHIPApplicationLauncherFeature not bound -!missing-enum! CHIPApplicationLauncherStatus not bound -!missing-enum! CHIPAudioOutputOutputType not bound -!missing-enum! CHIPBridgedActionsActionError not bound -!missing-enum! CHIPBridgedActionsActionState not bound -!missing-enum! CHIPBridgedActionsActionType not bound -!missing-enum! CHIPBridgedActionsCommandBits not bound -!missing-enum! CHIPBridgedActionsEndpointListType not bound -!missing-enum! CHIPChannelFeature not bound -!missing-enum! CHIPChannelLineupInfoType not bound -!missing-enum! CHIPChannelStatus not bound -!missing-enum! CHIPColorControlColorCapabilities not bound -!missing-enum! CHIPColorControlColorLoopAction not bound -!missing-enum! CHIPColorControlColorLoopDirection not bound -!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound -!missing-enum! CHIPColorControlColorMode not bound -!missing-enum! CHIPColorControlHueDirection not bound -!missing-enum! CHIPColorControlHueMoveMode not bound -!missing-enum! CHIPColorControlHueStepMode not bound -!missing-enum! CHIPColorControlSaturationMoveMode not bound -!missing-enum! CHIPColorControlSaturationStepMode not bound -!missing-enum! CHIPContentLauncherFeature not bound -!missing-enum! CHIPContentLauncherMetricType not bound -!missing-enum! CHIPContentLauncherParameter not bound -!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound -!missing-enum! CHIPDiagnosticLogsLogsIntent not bound -!missing-enum! CHIPDiagnosticLogsLogsStatus not bound -!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound -!missing-enum! CHIPDoorLockDayOfWeek not bound -!missing-enum! CHIPDoorLockDlAlarmCode not bound -!missing-enum! CHIPDoorLockDlAlarmMask not bound -!missing-enum! CHIPDoorLockDlCredentialRule not bound -!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound -!missing-enum! CHIPDoorLockDlCredentialType not bound -!missing-enum! CHIPDoorLockDlDataOperationType not bound -!missing-enum! CHIPDoorLockDlDaysMaskMap not bound -!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound -!missing-enum! CHIPDoorLockDlDoorState not bound -!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound -!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound -!missing-enum! CHIPDoorLockDlLockDataType not bound -!missing-enum! CHIPDoorLockDlLockOperationType not bound -!missing-enum! CHIPDoorLockDlLockState not bound -!missing-enum! CHIPDoorLockDlLockType not bound -!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound -!missing-enum! CHIPDoorLockDlOperatingMode not bound -!missing-enum! CHIPDoorLockDlOperationError not bound -!missing-enum! CHIPDoorLockDlOperationSource not bound -!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlStatus not bound -!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound -!missing-enum! CHIPDoorLockDlUserStatus not bound -!missing-enum! CHIPDoorLockDlUserType not bound -!missing-enum! CHIPDoorLockFeature not bound -!missing-enum! CHIPDoorLockOperationEventCode not bound -!missing-enum! CHIPDoorLockProgrammingEventCode not bound -!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound -!missing-enum! CHIPDoorLockUserStatus not bound -!missing-enum! CHIPDoorLockUserType not bound -!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound -!missing-enum! CHIPGeneralCommissioningCommissioningError not bound -!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound -!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound -!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound -!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound -!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound -!missing-enum! CHIPIasAceAlarmStatus not bound -!missing-enum! CHIPIasAceArmMode not bound -!missing-enum! CHIPIasAceArmNotification not bound -!missing-enum! CHIPIasAceAudibleNotification not bound -!missing-enum! CHIPIasAceBypassResult not bound -!missing-enum! CHIPIasAceIasZoneStatus not bound -!missing-enum! CHIPIasAceIasZoneType not bound -!missing-enum! CHIPIasAcePanelStatus not bound -!missing-enum! CHIPIasWdSquawkInfo not bound -!missing-enum! CHIPIasWdWarningInfo not bound -!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound -!missing-enum! CHIPIasZoneStatus not bound -!missing-enum! CHIPIasZoneType not bound -!missing-enum! CHIPIdentifyEffectIdentifier not bound -!missing-enum! CHIPIdentifyEffectVariant not bound -!missing-enum! CHIPIdentifyType not bound -!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound -!missing-enum! CHIPKeypadInputCecKeyCode not bound -!missing-enum! CHIPKeypadInputFeature not bound -!missing-enum! CHIPKeypadInputStatus not bound -!missing-enum! CHIPLevelControlFeature not bound -!missing-enum! CHIPLevelControlMoveMode not bound -!missing-enum! CHIPLevelControlStepMode not bound -!missing-enum! CHIPMediaInputFeature not bound -!missing-enum! CHIPMediaInputInputType not bound -!missing-enum! CHIPMediaPlaybackPlaybackState not bound -!missing-enum! CHIPMediaPlaybackStatus not bound -!missing-enum! CHIPMessagingConfirmationControl not bound -!missing-enum! CHIPMessagingControlConfirmation not bound -!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound -!missing-enum! CHIPMessagingControlImportance not bound -!missing-enum! CHIPMessagingControlMask not bound -!missing-enum! CHIPMessagingControlTransmission not bound -!missing-enum! CHIPMessagingEventId not bound -!missing-enum! CHIPMessagingExtendedControlMask not bound -!missing-enum! CHIPNetworkCommissioningFeature not bound -!missing-enum! CHIPNetworkCommissioningStatus not bound -!missing-enum! CHIPNetworkCommissioningWiFiBand not bound -!missing-enum! CHIPOnOffControl not bound -!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound -!missing-enum! CHIPOnOffDyingLightEffectVariant not bound -!missing-enum! CHIPOnOffEffectIdentifier not bound -!missing-enum! CHIPOnOffFeature not bound -!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound -!missing-enum! CHIPPowerSourceBatChargeFaultType not bound -!missing-enum! CHIPPowerSourceBatChargeLevel not bound -!missing-enum! CHIPPowerSourceBatChargeState not bound -!missing-enum! CHIPPowerSourceBatFaultType not bound -!missing-enum! CHIPPowerSourceBatReplaceability not bound -!missing-enum! CHIPPowerSourceFeature not bound -!missing-enum! CHIPPowerSourceStatus not bound -!missing-enum! CHIPPowerSourceWiredCurrentType not bound -!missing-enum! CHIPPowerSourceWiredFaultType not bound -!missing-enum! CHIPPressureMeasurementPressureFeature not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound -!missing-enum! CHIPScenesCopyMode not bound -!missing-enum! CHIPTargetNavigatorStatus not bound -!missing-enum! CHIPTestClusterBitmap16MaskMap not bound -!missing-enum! CHIPTestClusterBitmap32MaskMap not bound -!missing-enum! CHIPTestClusterBitmap64MaskMap not bound -!missing-enum! CHIPTestClusterBitmap8MaskMap not bound -!missing-enum! CHIPTestClusterSimple not bound -!missing-enum! CHIPTestClusterSimpleBitmap not bound -!missing-enum! CHIPThermostatControlSequence not bound -!missing-enum! CHIPThermostatDayOfWeek not bound -!missing-enum! CHIPThermostatFeature not bound -!missing-enum! CHIPThermostatModeForSequence not bound -!missing-enum! CHIPThermostatRunningMode not bound -!missing-enum! CHIPThermostatSetpointAdjustMode not bound -!missing-enum! CHIPThermostatSystemMode not bound -!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound -!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound -!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound -!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound -!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound -!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound -!missing-enum! CHIPUnitLocalizationFeature not bound -!missing-enum! CHIPUnitLocalizationTempUnit not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound -!missing-enum! CHIPWindowCoveringWcFeature not bound -!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound -!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound -!missing-enum! MatterInteractionErrorCode not bound -!missing-field! kCHIPArrayValueType not bound -!missing-field! kCHIPAttributePathKey not bound -!missing-field! kCHIPBooleanValueType not bound -!missing-field! kCHIPCommandPathKey not bound -!missing-field! kCHIPContextTagKey not bound -!missing-field! kCHIPDataKey not bound -!missing-field! kCHIPDoubleValueType not bound -!missing-field! kCHIPErrorKey not bound -!missing-field! kCHIPFloatValueType not bound -!missing-field! kCHIPNullValueType not bound -!missing-field! kCHIPOctetStringValueType not bound -!missing-field! kCHIPSignedIntegerValueType not bound -!missing-field! kCHIPStructureValueType not bound -!missing-field! kCHIPTypeKey not bound -!missing-field! kCHIPUnsignedIntegerValueType not bound -!missing-field! kCHIPUTF8StringValueType not bound -!missing-field! kCHIPValueKey not bound -!missing-field! MatterInteractionErrorDomain not bound -!missing-protocol! CHIPDeviceAttestationDelegate not bound -!missing-protocol! CHIPDeviceControllerClientProtocol not bound -!missing-protocol! CHIPDeviceControllerServerProtocol not bound -!missing-protocol-member! CHIPDevicePairingDelegate::onCommissioningComplete: not found -!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorControlOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound -!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound -!missing-selector! CHIPAttributeReport::error not bound -!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound -!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound -!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound -!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound -!missing-selector! CHIPBindingClusterTargetStruct::group not bound -!missing-selector! CHIPBindingClusterTargetStruct::init not bound -!missing-selector! CHIPBindingClusterTargetStruct::node not bound -!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound -!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound -!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::init not bound -!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::name not bound -!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::init not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound -!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound -!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorControlOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPCommandPath::cluster not bound -!missing-selector! CHIPCommandPath::command not bound -!missing-selector! CHIPCommandPath::endpoint not bound -!missing-selector! CHIPCommissioningParameters::attestationNonce not bound -!missing-selector! CHIPCommissioningParameters::CSRNonce not bound -!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound -!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound -!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound -!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound -!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound -!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound -!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound -!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound -!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound -!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound -!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound -!missing-selector! CHIPCommissioningParameters::wifiSSID not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound -!missing-selector! CHIPContentLauncherClusterDimension::height not bound -!missing-selector! CHIPContentLauncherClusterDimension::init not bound -!missing-selector! CHIPContentLauncherClusterDimension::metric not bound -!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound -!missing-selector! CHIPContentLauncherClusterDimension::width not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound -!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound -!missing-selector! CHIPContentLauncherClusterParameter::init not bound -!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound -!missing-selector! CHIPContentLauncherClusterParameter::type not bound -!missing-selector! CHIPContentLauncherClusterParameter::value not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound -!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound -!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound -!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound -!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound -!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound -!missing-selector! CHIPMediaInputClusterInputInfo::index not bound -!missing-selector! CHIPMediaInputClusterInputInfo::init not bound -!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound -!missing-selector! CHIPMediaInputClusterInputInfo::name not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound -!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAlarmMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPReadParams::fabricFiltered not bound -!missing-selector! CHIPReadParams::init not bound -!missing-selector! CHIPReadParams::setFabricFiltered: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound -!missing-selector! CHIPSubscribeParams::autoResubscribe not bound -!missing-selector! CHIPSubscribeParams::init not bound -!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound -!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound -!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::humidityInPercentage not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::localTemperature not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::relayStatus not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setHumidityInPercentage: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setLocalTemperature: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setpoint not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setRelayStatus: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setSetpoint: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setTimeOfDay: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setUnreadEntries: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::timeOfDay not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::unreadEntries not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::payload not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setPayload: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound -!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound -!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound -!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound -!missing-type! CHIPAttributeCacheContainer not bound -!missing-type! CHIPAudioOutputClusterOutputInfo not bound -!missing-type! CHIPBindingClusterTargetStruct not bound -!missing-type! CHIPChannel not bound -!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound -!missing-type! CHIPChannelClusterChangeChannelParams not bound -!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound -!missing-type! CHIPChannelClusterChannelInfo not bound -!missing-type! CHIPChannelClusterLineupInfo not bound -!missing-type! CHIPChannelClusterSkipChannelParams not bound -!missing-type! CHIPCommandPath not bound -!missing-type! CHIPCommissioningParameters not bound -!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound -!missing-type! CHIPContentLauncherClusterBrandingInformation not bound -!missing-type! CHIPContentLauncherClusterContentSearch not bound -!missing-type! CHIPContentLauncherClusterDimension not bound -!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound -!missing-type! CHIPContentLauncherClusterParameter not bound -!missing-type! CHIPContentLauncherClusterStyleInformation not bound -!missing-type! CHIPFanControl not bound -!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound -!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound -!missing-type! CHIPLocalizationConfiguration not bound -!missing-type! CHIPMediaInputClusterInputInfo not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound -!missing-type! CHIPMediaPlaybackClusterSeekParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound -!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound -!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound -!missing-type! CHIPReadParams not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound -!missing-type! CHIPSubscribeParams not bound -!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound -!missing-type! CHIPTestClusterClusterTestFabricScoped not bound -!missing-type! CHIPThermostatClusterGetRelayStatusLogResponseParams not bound -!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound -!missing-type! CHIPTimeFormatLocalization not bound -!missing-type! CHIPUnitLocalization not bound -!missing-type! CHIPUserLabel not bound -!unknown-type! CHIPTvChannel bound -!extra-protocol-member! unexpected selector CHIPKeypair::initialize found -!missing-enum! CHIPAudioOutputFeature not bound -!missing-enum! CHIPColorControlFeature not bound -!missing-enum! CHIPContentLauncherContentLaunchStatus not bound -!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound -!missing-enum! CHIPFanControlFanModeSequenceType not bound -!missing-enum! CHIPFanControlFanModeType not bound -!missing-enum! CHIPFanControlFeature not bound -!missing-enum! CHIPFanControlRockSupportMask not bound -!missing-enum! CHIPFanControlWindSettingMask not bound -!missing-enum! CHIPFanControlWindSupportMask not bound -!missing-enum! CHIPModeSelectFeature not bound -!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound -!missing-enum! CHIPOnOffStartUpOnOff not bound -!missing-enum! CHIPWindowCoveringConfigStatus not bound -!missing-enum! CHIPWindowCoveringEndProductType not bound -!missing-enum! CHIPWindowCoveringMode not bound -!missing-enum! CHIPWindowCoveringType not bound -!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound -!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +MatterControllerFactory::sharedInstance not bound -!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound -!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound -!missing-selector! CHIPDeviceControllerStartupParams::initWithKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound -!missing-selector! CHIPDeviceControllerStartupParams::rootCAKeypair not bound -!missing-selector! CHIPDeviceControllerStartupParams::setFabricId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setIpk: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setRootCAKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEventPath::cluster not bound -!missing-selector! CHIPEventPath::endpoint not bound -!missing-selector! CHIPEventPath::event not bound -!missing-selector! CHIPEventReport::error not bound -!missing-selector! CHIPEventReport::eventNumber not bound -!missing-selector! CHIPEventReport::path not bound -!missing-selector! CHIPEventReport::priority not bound -!missing-selector! CHIPEventReport::timestamp not bound -!missing-selector! CHIPEventReport::value not bound -!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound -!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound -!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound -!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound -!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound -!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound -!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! MatterControllerFactory::isRunning not bound -!missing-selector! MatterControllerFactory::shutdown not bound -!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound -!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound -!missing-selector! MatterControllerFactory::startup: not bound -!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound -!missing-selector! MatterControllerFactoryParams::paaCerts not bound -!missing-selector! MatterControllerFactoryParams::port not bound -!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound -!missing-selector! MatterControllerFactoryParams::setPort: not bound -!missing-selector! MatterControllerFactoryParams::setStartServer: not bound -!missing-selector! MatterControllerFactoryParams::startServer not bound -!missing-selector! MatterControllerFactoryParams::storageDelegate not bound -!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound -!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound -!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound -!missing-type! CHIPBasicClusterLeaveEvent not bound -!missing-type! CHIPBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBasicClusterShutDownEvent not bound -!missing-type! CHIPBasicClusterStartUpEvent not bound -!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound -!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound -!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound -!missing-type! CHIPDeviceControllerStartupParams not bound -!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound -!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationEvent not bound -!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound -!missing-type! CHIPEventPath not bound -!missing-type! CHIPEventReport not bound -!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound -!missing-type! CHIPSwitchClusterInitialPressEvent not bound -!missing-type! CHIPSwitchClusterLongPressEvent not bound -!missing-type! CHIPSwitchClusterLongReleaseEvent not bound -!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound -!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound -!missing-type! CHIPSwitchClusterShortReleaseEvent not bound -!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound -!missing-type! CHIPTestClusterClusterTestEventEvent not bound -!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound -!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound -!missing-type! MatterControllerFactory not bound -!missing-type! MatterControllerFactoryParams not bound diff --git a/tests/xtro-sharpie/iOS-CoreFoundation.todo b/tests/xtro-sharpie/iOS-CoreFoundation.todo new file mode 100644 index 000000000000..783c400fc9c4 --- /dev/null +++ b/tests/xtro-sharpie/iOS-CoreFoundation.todo @@ -0,0 +1,2 @@ +!missing-pinvoke! CFStringCreateStringWithValidatedFormat is not bound +!missing-pinvoke! CFStringCreateStringWithValidatedFormatAndArguments is not bound diff --git a/tests/xtro-sharpie/iOS-CoreSpotlight.todo b/tests/xtro-sharpie/iOS-CoreSpotlight.todo new file mode 100644 index 000000000000..1f547620b409 --- /dev/null +++ b/tests/xtro-sharpie/iOS-CoreSpotlight.todo @@ -0,0 +1 @@ +!missing-selector! CSSearchableIndex::fetchDataForBundleIdentifier:itemIdentifier:contentType:completionHandler: not bound diff --git a/tests/xtro-sharpie/iOS-CoreText.todo b/tests/xtro-sharpie/iOS-CoreText.todo new file mode 100644 index 000000000000..854ef809ba4f --- /dev/null +++ b/tests/xtro-sharpie/iOS-CoreText.todo @@ -0,0 +1 @@ +!missing-enum-value! CTFontOptions native value kCTFontOptionsPreventAutoDownload = 2 not bound diff --git a/tests/xtro-sharpie/iOS-DeviceDiscoveryExtension.todo b/tests/xtro-sharpie/iOS-DeviceDiscoveryExtension.todo index 9853f9fe3507..272ab1146c58 100644 --- a/tests/xtro-sharpie/iOS-DeviceDiscoveryExtension.todo +++ b/tests/xtro-sharpie/iOS-DeviceDiscoveryExtension.todo @@ -32,12 +32,17 @@ !missing-selector! DDDevice::txtRecordData not bound !missing-selector! DDDevice::url not bound !missing-selector! DDDiscoverySession::reportEvent: not bound -!missing-selector! DDEvent::eventType not bound -!missing-selector! DDEventDevicesPresent::devicesPresent not bound !missing-type! DDDevice not bound !missing-type! DDDeviceEvent not bound !missing-type! DDDiscoverySession not bound -!missing-type! DDEvent not bound -!missing-type! DDEventDevicesPresent not bound !missing-selector! DDDeviceEvent::device not bound !missing-selector! DDDeviceEvent::initWithEventType:device: not bound +!missing-enum! DDDeviceMediaPlaybackState not bound +!missing-pinvoke! DDDeviceMediaPlaybackStateToString is not bound +!missing-selector! DDDevice::mediaContentSubtitle not bound +!missing-selector! DDDevice::mediaContentTitle not bound +!missing-selector! DDDevice::mediaPlaybackState not bound +!missing-selector! DDDevice::setMediaContentSubtitle: not bound +!missing-selector! DDDevice::setMediaContentTitle: not bound +!missing-selector! DDDevice::setMediaPlaybackState: not bound +!missing-selector! DDDeviceEvent::eventType not bound diff --git a/tests/xtro-sharpie/iOS-Foundation.todo b/tests/xtro-sharpie/iOS-Foundation.todo index 994b79c98d66..3a82f90de2d7 100644 --- a/tests/xtro-sharpie/iOS-Foundation.todo +++ b/tests/xtro-sharpie/iOS-Foundation.todo @@ -27,3 +27,39 @@ !missing-selector! NSOrderedSet::orderedSetByApplyingDifference: not bound !missing-type! NSOrderedCollectionChange not bound !missing-type! NSOrderedCollectionDifference not bound +!missing-type! NSPresentationIntent not bound +!extra-enum-value! Managed value 1024 for NSUrlBookmarkResolutionOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2 for NSItemProviderRepresentationVisibility.Group is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2048 for NSUrlBookmarkCreationOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 4096 for NSUrlBookmarkCreationOptions.SecurityScopeAllowOnlyReadAccess is available for the current platform while the value in the native header is not +!deprecated-attribute-missing! NSURLComponents::percentEncodedHost missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLComponents::setPercentEncodedHost: missing a [Deprecated] attribute +!missing-enum-value! NSActivityOptions native value NSActivityAnimationTrackingEnabled = 35184372088832 not bound +!missing-enum-value! NSActivityOptions native value NSActivityTrackingEnabled = 70368744177664 not bound +!missing-enum-value! NSActivityOptions native value NSActivityUserInteractive = 1095233437695 not bound +!missing-field! NSMarkdownSourcePositionAttributeName not bound +!missing-protocol-member! NSURLSessionTaskDelegate::URLSession:didCreateTask: not found +!missing-selector! NSAttributedStringMarkdownParsingOptions::appliesSourcePositionAttributes not bound +!missing-selector! NSAttributedStringMarkdownParsingOptions::setAppliesSourcePositionAttributes: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endLine not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::initWithStartLine:startColumn:endLine:endColumn: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::rangeInString: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startLine not bound +!missing-selector! NSInvocation::invokeUsingIMP: not bound +!missing-selector! NSMutableURLRequest::requiresDNSSECValidation not bound +!missing-selector! NSMutableURLRequest::setRequiresDNSSECValidation: not bound +!missing-selector! NSURLComponents::encodedHost not bound +!missing-selector! NSURLComponents::setEncodedHost: not bound +!missing-selector! NSURLSessionConfiguration::requiresDNSSECValidation not bound +!missing-selector! NSURLSessionConfiguration::setRequiresDNSSECValidation: not bound +!missing-selector! NSXPCConnection::activate not bound +!missing-selector! NSXPCListener::activate not bound +!missing-type! NSAttributedStringMarkdownSourcePosition not bound +!missing-selector! +NSString::localizedStringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! +NSString::stringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:error: not bound diff --git a/tests/xtro-sharpie/iOS-GameController.todo b/tests/xtro-sharpie/iOS-GameController.todo index f8a1fa390e8a..a74325ee24c9 100644 --- a/tests/xtro-sharpie/iOS-GameController.todo +++ b/tests/xtro-sharpie/iOS-GameController.todo @@ -57,3 +57,7 @@ !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound !missing-type! GCPhysicalInputElementCollection not bound +!missing-field! GCInputButtonL4 not bound +!missing-field! GCInputButtonL5 not bound +!missing-field! GCInputButtonR4 not bound +!missing-field! GCInputButtonR5 not bound diff --git a/tests/xtro-sharpie/iOS-GameKit.todo b/tests/xtro-sharpie/iOS-GameKit.todo new file mode 100644 index 000000000000..d5881ca8af4f --- /dev/null +++ b/tests/xtro-sharpie/iOS-GameKit.todo @@ -0,0 +1 @@ +!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/iOS-HomeKit.todo b/tests/xtro-sharpie/iOS-HomeKit.todo new file mode 100644 index 000000000000..9553bdf59516 --- /dev/null +++ b/tests/xtro-sharpie/iOS-HomeKit.todo @@ -0,0 +1,2 @@ +!missing-selector! HMAccessorySetupRequest::matterPayload not bound +!missing-selector! HMAccessorySetupRequest::setMatterPayload: not bound diff --git a/tests/xtro-sharpie/iOS-MetalFX.todo b/tests/xtro-sharpie/iOS-MetalFX.todo index 0aaca1c082c4..2807e2225c41 100644 --- a/tests/xtro-sharpie/iOS-MetalFX.todo +++ b/tests/xtro-sharpie/iOS-MetalFX.todo @@ -1,6 +1,4 @@ !missing-enum! MTLFXSpatialScalerColorProcessingMode not bound -!missing-enum! MTLFXSpatialScalerVersion not bound -!missing-enum! MTLFXTemporalScalerVersion not bound !missing-protocol! MTLFXSpatialScaler not bound !missing-protocol! MTLFXTemporalScaler not bound !missing-selector! MTLFXSpatialScalerDescriptor::colorProcessingMode not bound @@ -18,11 +16,8 @@ !missing-selector! MTLFXSpatialScalerDescriptor::setOutputHeight: not bound !missing-selector! MTLFXSpatialScalerDescriptor::setOutputTextureFormat: not bound !missing-selector! MTLFXSpatialScalerDescriptor::setOutputWidth: not bound -!missing-selector! MTLFXSpatialScalerDescriptor::setVersion: not bound -!missing-selector! MTLFXSpatialScalerDescriptor::version not bound !missing-selector! MTLFXTemporalScalerDescriptor::colorTextureFormat not bound !missing-selector! MTLFXTemporalScalerDescriptor::depthTextureFormat not bound -!missing-selector! MTLFXTemporalScalerDescriptor::enableInputContentProperties not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputContentMaxScale not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputContentMinScale not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputHeight not bound @@ -34,7 +29,6 @@ !missing-selector! MTLFXTemporalScalerDescriptor::outputWidth not bound !missing-selector! MTLFXTemporalScalerDescriptor::setColorTextureFormat: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setDepthTextureFormat: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::setEnableInputContentProperties: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputContentMaxScale: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputContentMinScale: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputHeight: not bound @@ -43,7 +37,11 @@ !missing-selector! MTLFXTemporalScalerDescriptor::setOutputHeight: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setOutputTextureFormat: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setOutputWidth: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::setVersion: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::version not bound !missing-type! MTLFXSpatialScalerDescriptor not bound !missing-type! MTLFXTemporalScalerDescriptor not bound +!missing-selector! +MTLFXSpatialScalerDescriptor::supportsDevice: not bound +!missing-selector! +MTLFXTemporalScalerDescriptor::supportsDevice: not bound +!missing-selector! MTLFXTemporalScalerDescriptor::isAutoExposureEnabled not bound +!missing-selector! MTLFXTemporalScalerDescriptor::isInputContentPropertiesEnabled not bound +!missing-selector! MTLFXTemporalScalerDescriptor::setAutoExposureEnabled: not bound +!missing-selector! MTLFXTemporalScalerDescriptor::setInputContentPropertiesEnabled: not bound diff --git a/tests/xtro-sharpie/iOS-MetalPerformanceShadersGraph.todo b/tests/xtro-sharpie/iOS-MetalPerformanceShadersGraph.todo index 5e07c24f7ee6..66857c229aa9 100644 --- a/tests/xtro-sharpie/iOS-MetalPerformanceShadersGraph.todo +++ b/tests/xtro-sharpie/iOS-MetalPerformanceShadersGraph.todo @@ -139,3 +139,34 @@ !missing-type! MPSGraphGRUDescriptor not bound !missing-type! MPSGraphLSTMDescriptor not bound !missing-type! MPSGraphSingleGateRNNDescriptor not bound +!missing-enum! MPSGraphResizeNearestRoundingMode not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound diff --git a/tests/xtro-sharpie/iOS-PDFKit.todo b/tests/xtro-sharpie/iOS-PDFKit.todo index 8eb3bc282432..b54ad0180732 100644 --- a/tests/xtro-sharpie/iOS-PDFKit.todo +++ b/tests/xtro-sharpie/iOS-PDFKit.todo @@ -9,3 +9,9 @@ !missing-field! PDFDocumentBurnInAnnotationsOption not bound !missing-field! PDFDocumentSaveTextFromOCROption not bound !missing-protocol! PDFPageOverlayViewProvider not bound +!extra-designated-initializer! PDFPage::initWithImage: is incorrectly decorated with an [DesignatedInitializer] attribute +!missing-field! PDFPageImageInitializationOptionCompressionQuality not bound +!missing-field! PDFPageImageInitializationOptionMediaBox not bound +!missing-field! PDFPageImageInitializationOptionRotation not bound +!missing-field! PDFPageImageInitializationOptionUpscaleIfSmaller not bound +!missing-selector! PDFPage::initWithImage:options: not bound diff --git a/tests/xtro-sharpie/iOS-PassKit.todo b/tests/xtro-sharpie/iOS-PassKit.todo index 55b80b9f6e48..510e40f38cb7 100644 --- a/tests/xtro-sharpie/iOS-PassKit.todo +++ b/tests/xtro-sharpie/iOS-PassKit.todo @@ -158,23 +158,4 @@ !missing-type! PKVehicleConnectionSession not bound !missing-field! PKPaymentNetworkBancomat not bound !missing-field! PKPaymentNetworkBancontact not bound -!missing-selector! PKIdentityDocument::rawElements not bound -!missing-selector! PKIdentityDocumentAgeThreshold::isAtLeastYearsOld not bound -!missing-selector! PKIdentityDocumentAgeThreshold::years not bound -!missing-selector! PKIdentityDocumentIssuingAuthority::ISOCountryCode not bound -!missing-selector! PKIdentityDocumentIssuingAuthority::jurisdiction not bound -!missing-selector! PKIdentityDocumentIssuingAuthority::name not bound -!missing-selector! PKIdentityDocumentRawElements::address not bound -!missing-selector! PKIdentityDocumentRawElements::age not bound -!missing-selector! PKIdentityDocumentRawElements::ageThreshold not bound -!missing-selector! PKIdentityDocumentRawElements::dateOfBirth not bound -!missing-selector! PKIdentityDocumentRawElements::documentExpirationDate not bound -!missing-selector! PKIdentityDocumentRawElements::documentNumber not bound -!missing-selector! PKIdentityDocumentRawElements::issuingAuthority not bound -!missing-selector! PKIdentityDocumentRawElements::name not bound -!missing-selector! PKIdentityDocumentRawElements::portraitImageData not bound -!missing-type! PKIdentityDocumentAgeThreshold not bound -!missing-type! PKIdentityDocumentIssuingAuthority not bound -!missing-type! PKIdentityDocumentRawElements not bound !missing-selector! +PKIdentityElement::documentIssueDateElement not bound -!missing-selector! PKIdentityDocumentRawElements::documentIssueDate not bound diff --git a/tests/xtro-sharpie/iOS-PushToTalk.todo b/tests/xtro-sharpie/iOS-PushToTalk.todo index 9274890151e9..bfd92c368206 100644 --- a/tests/xtro-sharpie/iOS-PushToTalk.todo +++ b/tests/xtro-sharpie/iOS-PushToTalk.todo @@ -29,3 +29,5 @@ !missing-type! PTChannelManager not bound !missing-type! PTParticipant not bound !missing-type! PTPushResult not bound +!missing-enum! PTTransmissionMode not bound +!missing-selector! PTChannelManager::setTransmissionMode:forChannelUUID:completionHandler: not bound diff --git a/tests/xtro-sharpie/iOS-SharedWithYou.todo b/tests/xtro-sharpie/iOS-SharedWithYou.todo index 3695372cb2b2..12e23b60a1c1 100644 --- a/tests/xtro-sharpie/iOS-SharedWithYou.todo +++ b/tests/xtro-sharpie/iOS-SharedWithYou.todo @@ -58,9 +58,7 @@ !missing-selector! SWCollaborationView::setManageButtonTitle: not bound !missing-selector! SWCollaborationView::setShowManageButton: not bound !missing-selector! SWHighlightCenter::collaborationHighlightForIdentifier:error: not bound -!missing-selector! SWHighlightCenter::collaborationHighlightForURL:error: not bound !missing-selector! SWHighlightCenter::getSignedIdentityProofForCollaborationHighlight:usingData:completionHandler: not bound -!missing-selector! SWHighlightCenter::highlightForURL:error: not bound !missing-selector! SWHighlightCenter::postNoticeForHighlightEvent: not bound !missing-selector! SWHighlightChangeEvent::changeEventTrigger not bound !missing-selector! SWHighlightChangeEvent::highlightURL not bound @@ -80,3 +78,6 @@ !missing-type! SWHighlightPersistenceEvent not bound !missing-selector! SWCollaborationView::cloudSharingControllerDelegate not bound !missing-selector! SWCollaborationView::setCloudSharingControllerDelegate: not bound +!missing-selector! +SWHighlightCenter::isSystemCollaborationSupportAvailable not bound +!missing-selector! SWHighlightCenter::getCollaborationHighlightForURL:completionHandler: not bound +!missing-selector! SWHighlightCenter::getHighlightForURL:completionHandler: not bound diff --git a/tests/xtro-sharpie/iOS-SharedWithYouCore.todo b/tests/xtro-sharpie/iOS-SharedWithYouCore.todo index 5a273c54a096..fb9de9436072 100644 --- a/tests/xtro-sharpie/iOS-SharedWithYouCore.todo +++ b/tests/xtro-sharpie/iOS-SharedWithYouCore.todo @@ -77,3 +77,6 @@ !missing-type! SWSignedPersonIdentityProof not bound !missing-type! SWStartCollaborationAction not bound !missing-type! SWUpdateCollaborationParticipantsAction not bound +!missing-selector! SWCollaborationOptionsPickerGroup::selectedOptionIdentifier not bound +!missing-selector! SWCollaborationOptionsPickerGroup::setSelectedOptionIdentifier: not bound +!missing-type! SWCollaborationOptionsPickerGroup not bound diff --git a/tests/xtro-sharpie/iOS-UIKit.todo b/tests/xtro-sharpie/iOS-UIKit.todo index 3e52abc08b09..985d5eab6715 100644 --- a/tests/xtro-sharpie/iOS-UIKit.todo +++ b/tests/xtro-sharpie/iOS-UIKit.todo @@ -436,3 +436,22 @@ !missing-protocol-member! UIContentView::supportsConfiguration: not found !missing-selector! UIView::anchorPoint not bound !missing-selector! UIView::setAnchorPoint: not bound +!deprecated-attribute-missing! UISearchController::automaticallyShowsScopeBar missing a [Deprecated] attribute +!deprecated-attribute-missing! UISearchController::setAutomaticallyShowsScopeBar: missing a [Deprecated] attribute +!missing-enum! UISearchControllerScopeBarActivation not bound +!missing-protocol-member! UITextFieldDelegate::textField:willDismissEditMenuWithAnimator: not found +!missing-protocol-member! UITextFieldDelegate::textField:willPresentEditMenuWithAnimator: not found +!missing-protocol-member! UITextInput::willDismissEditMenuWithAnimator: not found +!missing-protocol-member! UITextInput::willPresentEditMenuWithAnimator: not found +!missing-protocol-member! UITextViewDelegate::textView:willDismissEditMenuWithAnimator: not found +!missing-protocol-member! UITextViewDelegate::textView:willPresentEditMenuWithAnimator: not found +!missing-selector! UIBarButtonItem::initWithBarButtonSystemItem:primaryAction:menu: not bound +!missing-selector! UIBarButtonItem::initWithPrimaryAction:menu: not bound +!missing-selector! UIBarButtonItem::initWithTitle:image:target:action:menu: not bound +!missing-selector! UIBarButtonItemGroup::alwaysAvailable not bound +!missing-selector! UIBarButtonItemGroup::setAlwaysAvailable: not bound +!missing-selector! UINavigationItem::overflowPresentationSource not bound +!missing-selector! UINavigationItem::pinnedTrailingGroup not bound +!missing-selector! UINavigationItem::setPinnedTrailingGroup: not bound +!missing-selector! UISearchController::scopeBarActivation not bound +!missing-selector! UISearchController::setScopeBarActivation: not bound diff --git a/tests/xtro-sharpie/macOS-AppKit.todo b/tests/xtro-sharpie/macOS-AppKit.todo index 815d262ebfed..302e4ac96262 100644 --- a/tests/xtro-sharpie/macOS-AppKit.todo +++ b/tests/xtro-sharpie/macOS-AppKit.todo @@ -85,3 +85,4 @@ !missing-field! NSFontWidthStandard not bound !missing-selector! +NSImageSymbolConfiguration::configurationPreferringHierarchical not bound !missing-selector! +NSImageSymbolConfiguration::configurationPreferringMonochrome not bound +!missing-selector! +NSFont::systemFontOfSize:weight:width: not bound diff --git a/tests/xtro-sharpie/macOS-AuthenticationServices.todo b/tests/xtro-sharpie/macOS-AuthenticationServices.todo index 1238210b3ba6..483b6d830f88 100644 --- a/tests/xtro-sharpie/macOS-AuthenticationServices.todo +++ b/tests/xtro-sharpie/macOS-AuthenticationServices.todo @@ -77,3 +77,4 @@ !missing-type! ASAuthorizationProviderExtensionKerberosMapping not bound !missing-type! ASAuthorizationProviderExtensionLoginConfiguration not bound !missing-type! ASAuthorizationProviderExtensionLoginManager not bound +!missing-field! ASAuthorizationProviderAuthorizationOperationDirectRequest not bound diff --git a/tests/xtro-sharpie/macOS-CHIP.ignore b/tests/xtro-sharpie/macOS-CHIP.ignore index ffad7d286e50..321ba41183bb 100644 --- a/tests/xtro-sharpie/macOS-CHIP.ignore +++ b/tests/xtro-sharpie/macOS-CHIP.ignore @@ -362,7 +362,6 @@ !missing-selector! CHIPColorControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorCapabilitiesWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorControlOptionsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopActiveWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopDirectionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithCompletionHandler: not bound @@ -379,8 +378,6 @@ !missing-selector! CHIPColorControl::readAttributeColorPointRXWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorPointRYWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorTemperatureWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCompensationTextWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCurrentHueWithCompletionHandler: not bound @@ -418,7 +415,6 @@ !missing-selector! CHIPColorControl::stepHueWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stepSaturationWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stopMoveStepWithParams:completionHandler: not bound -!missing-selector! CHIPColorControl::writeAttributeColorControlOptionsWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:completionHandler: not bound @@ -497,15 +493,11 @@ !missing-selector! CHIPColorControlClusterMoveColorParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateX: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateY: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::moveMode not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsOverride not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::rate not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setMoveMode: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsOverride: not bound @@ -590,13 +582,9 @@ !missing-selector! CHIPColorControlClusterStepColorParams::stepX not bound !missing-selector! CHIPColorControlClusterStepColorParams::stepY not bound !missing-selector! CHIPColorControlClusterStepColorParams::transitionTime not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsOverride not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setStepMode: not bound @@ -700,12 +688,6 @@ !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::holidayIndex not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setHolidayIndex: not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::pinSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::setPinSlotIndex: not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::rfidSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::setRfidSlotIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::init not bound !missing-selector! CHIPDoorLockClusterClearUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::userIndex not bound @@ -748,48 +730,6 @@ !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setOperatingMode: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setStatus: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::status not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::logIndex not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::setLogIndex: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventIdOrAlarmCode not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventType not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::logEntryId not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventIdOrAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventType: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setLogEntryId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setSource: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setTimestamp: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::source not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::timestamp not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userType not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserParams::init not bound !missing-selector! CHIPDoorLockClusterGetUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetUserParams::userIndex not bound @@ -814,22 +754,6 @@ !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userStatus not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setWeekDayIndex: not bound @@ -871,36 +795,6 @@ !missing-selector! CHIPDoorLockClusterLockDoorParams::init not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::pinCode not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::setPinCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventCode not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventSource not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventSource: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventCode not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventSource not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventCode: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventSource: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userType not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credential not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credentialData not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::init not bound @@ -928,24 +822,6 @@ !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalEndTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalStartTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setOperatingMode: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::pin not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userType not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::credentialRule not bound !missing-selector! CHIPDoorLockClusterSetUserParams::init not bound !missing-selector! CHIPDoorLockClusterSetUserParams::operationType not bound @@ -961,16 +837,6 @@ !missing-selector! CHIPDoorLockClusterSetUserParams::userStatus not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::daysMask not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endHour not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endMinute not bound @@ -1335,7 +1201,6 @@ !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setZoneStatus: not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneId not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneStatus not bound -!missing-selector! CHIPIdentify::identifyQueryWithCompletionHandler: not bound !missing-selector! CHIPIdentify::identifyWithParams:completionHandler: not bound !missing-selector! CHIPIdentify::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPIdentify::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -1346,9 +1211,6 @@ !missing-selector! CHIPIdentifyClusterIdentifyParams::identifyTime not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::init not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::setIdentifyTime: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::init not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::setTimeout: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::timeout not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectIdentifier not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectVariant not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::init not bound @@ -1537,10 +1399,8 @@ !missing-selector! CHIPModeSelectClusterModeOptionStruct::init not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::label not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::mode not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTag not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setLabel: not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setMode: not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTag: not bound !missing-selector! CHIPModeSelectClusterSemanticTag::init not bound !missing-selector! CHIPModeSelectClusterSemanticTag::mfgCode not bound !missing-selector! CHIPModeSelectClusterSemanticTag::setMfgCode: not bound @@ -1625,17 +1485,14 @@ !missing-selector! CHIPOperationalCredentials::readAttributeSupportedFabricsWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::removeFabricWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::removeTrustedRootCertificateWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateFabricLabelWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateNOCWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::adminVendorId not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminNode not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::icacValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::ipkValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::nocValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setAdminVendorId: not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminNode: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIcacValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIpkValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setNocValue: not bound @@ -1684,9 +1541,6 @@ !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::fabricIndex not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setFabricIndex: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::setTrustedRootIdentifier: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::trustedRootIdentifier not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::label not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setLabel: not bound @@ -1935,7 +1789,6 @@ !missing-selector! CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMinMeasuredValueWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeCapacityWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -2064,11 +1917,9 @@ !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::capacity not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::groupId not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::init not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneCount not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneList not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setCapacity: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setGroupId: not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneCount: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneList: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::status not bound @@ -2099,13 +1950,6 @@ !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setSceneId: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::status not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::clusterId not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::init not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::length not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setClusterId: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setLength: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setValue: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::value not bound !missing-selector! CHIPScenesClusterStoreSceneParams::groupId not bound !missing-selector! CHIPScenesClusterStoreSceneParams::init not bound !missing-selector! CHIPScenesClusterStoreSceneParams::sceneId not bound @@ -2615,7 +2459,6 @@ !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg5: not bound !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg6: not bound !missing-selector! CHIPThermostat::clearWeeklyScheduleWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::getRelayStatusLogWithCompletionHandler: not bound !missing-selector! CHIPThermostat::getWeeklyScheduleWithParams:completionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithCompletionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithCompletionHandler: not bound @@ -2662,11 +2505,9 @@ !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::init not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::modeForSequence not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::payload not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setDayOfWeekForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setModeForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setPayload: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithCompletionHandler: not bound @@ -2877,17 +2718,13 @@ !missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:completionHandler: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::liftValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setLiftValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTiltValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::tiltValue not bound @@ -2964,8 +2801,6 @@ !missing-type! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams not bound !missing-type! CHIPDoorLockClusterClearCredentialParams not bound !missing-type! CHIPDoorLockClusterClearHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterClearPINCodeParams not bound -!missing-type! CHIPDoorLockClusterClearRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterClearUserParams not bound !missing-type! CHIPDoorLockClusterClearWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterClearYearDayScheduleParams not bound @@ -2974,33 +2809,17 @@ !missing-type! CHIPDoorLockClusterGetCredentialStatusResponseParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleResponseParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordResponseParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeResponseParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeResponseParams not bound !missing-type! CHIPDoorLockClusterGetUserParams not bound !missing-type! CHIPDoorLockClusterGetUserResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeResponseParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterLockDoorParams not bound -!missing-type! CHIPDoorLockClusterOperatingEventNotificationParams not bound -!missing-type! CHIPDoorLockClusterProgrammingEventNotificationParams not bound !missing-type! CHIPDoorLockClusterSetCredentialParams not bound !missing-type! CHIPDoorLockClusterSetCredentialResponseParams not bound !missing-type! CHIPDoorLockClusterSetHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterSetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterSetRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterSetUserParams not bound -!missing-type! CHIPDoorLockClusterSetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterSetUserTypeParams not bound !missing-type! CHIPDoorLockClusterSetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterSetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterUnlockDoorParams not bound @@ -3045,7 +2864,6 @@ !missing-type! CHIPIasZoneClusterZoneEnrollResponseParams not bound !missing-type! CHIPIasZoneClusterZoneStatusChangeNotificationParams not bound !missing-type! CHIPIdentifyClusterIdentifyParams not bound -!missing-type! CHIPIdentifyClusterIdentifyQueryResponseParams not bound !missing-type! CHIPIdentifyClusterTriggerEffectParams not bound !missing-type! CHIPIlluminanceMeasurement not bound !missing-type! CHIPKeypadInputClusterSendKeyParams not bound @@ -3086,7 +2904,6 @@ !missing-type! CHIPOperationalCredentialsClusterNOCResponseParams not bound !missing-type! CHIPOperationalCredentialsClusterNOCStruct not bound !missing-type! CHIPOperationalCredentialsClusterRemoveFabricParams not bound -!missing-type! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateFabricLabelParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateNOCParams not bound !missing-type! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams not bound @@ -3138,7 +2955,6 @@ !missing-type! CHIPScenesClusterRemoveAllScenesResponseParams not bound !missing-type! CHIPScenesClusterRemoveSceneParams not bound !missing-type! CHIPScenesClusterRemoveSceneResponseParams not bound -!missing-type! CHIPScenesClusterSceneExtensionFieldSet not bound !missing-type! CHIPScenesClusterStoreSceneParams not bound !missing-type! CHIPScenesClusterStoreSceneResponseParams not bound !missing-type! CHIPScenesClusterViewSceneParams not bound @@ -3191,3 +3007,4876 @@ !missing-type! CHIPWindowCoveringClusterGoToLiftValueParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltPercentageParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltValueParams not bound +!extra-protocol-member! unexpected selector CHIPDevicePairingDelegate::onAddressUpdated: found +!extra-protocol-member! unexpected selector CHIPKeypair::ECDSA_sign_hash: found +!extra-protocol-member! unexpected selector CHIPKeypair::initialize found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPDeleteKeyValue: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPGetKeyValue: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPSetKeyValue:value: found +!missing-enum! CHIPAccessControlAuthMode not bound +!missing-enum! CHIPAccessControlChangeType not bound +!missing-enum! CHIPAccessControlPrivilege not bound +!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound +!missing-enum! CHIPAdministratorCommissioningStatusCode not bound +!missing-enum! CHIPApplianceControlApplianceStatus not bound +!missing-enum! CHIPApplianceControlCommandIdentification not bound +!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound +!missing-enum! CHIPApplianceControlWarningEvent not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound +!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound +!missing-enum! CHIPApplicationBasicApplicationStatus not bound +!missing-enum! CHIPApplicationLauncherFeature not bound +!missing-enum! CHIPApplicationLauncherStatus not bound +!missing-enum! CHIPAudioOutputFeature not bound +!missing-enum! CHIPAudioOutputOutputType not bound +!missing-enum! CHIPBridgedActionsActionError not bound +!missing-enum! CHIPBridgedActionsActionState not bound +!missing-enum! CHIPBridgedActionsActionType not bound +!missing-enum! CHIPBridgedActionsCommandBits not bound +!missing-enum! CHIPBridgedActionsEndpointListType not bound +!missing-enum! CHIPChannelFeature not bound +!missing-enum! CHIPChannelLineupInfoType not bound +!missing-enum! CHIPChannelStatus not bound +!missing-enum! CHIPColorControlColorCapabilities not bound +!missing-enum! CHIPColorControlColorLoopAction not bound +!missing-enum! CHIPColorControlColorLoopDirection not bound +!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound +!missing-enum! CHIPColorControlColorMode not bound +!missing-enum! CHIPColorControlFeature not bound +!missing-enum! CHIPColorControlHueDirection not bound +!missing-enum! CHIPColorControlHueMoveMode not bound +!missing-enum! CHIPColorControlHueStepMode not bound +!missing-enum! CHIPColorControlSaturationMoveMode not bound +!missing-enum! CHIPColorControlSaturationStepMode not bound +!missing-enum! CHIPContentLauncherContentLaunchStatus not bound +!missing-enum! CHIPContentLauncherFeature not bound +!missing-enum! CHIPContentLauncherMetricType not bound +!missing-enum! CHIPContentLauncherParameter not bound +!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound +!missing-enum! CHIPDiagnosticLogsLogsIntent not bound +!missing-enum! CHIPDiagnosticLogsLogsStatus not bound +!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound +!missing-enum! CHIPDoorLockDayOfWeek not bound +!missing-enum! CHIPDoorLockDlAlarmCode not bound +!missing-enum! CHIPDoorLockDlCredentialRule not bound +!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound +!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound +!missing-enum! CHIPDoorLockDlCredentialType not bound +!missing-enum! CHIPDoorLockDlDataOperationType not bound +!missing-enum! CHIPDoorLockDlDaysMaskMap not bound +!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound +!missing-enum! CHIPDoorLockDlDoorState not bound +!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound +!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound +!missing-enum! CHIPDoorLockDlLockDataType not bound +!missing-enum! CHIPDoorLockDlLockOperationType not bound +!missing-enum! CHIPDoorLockDlLockState not bound +!missing-enum! CHIPDoorLockDlLockType not bound +!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound +!missing-enum! CHIPDoorLockDlOperatingMode not bound +!missing-enum! CHIPDoorLockDlOperationError not bound +!missing-enum! CHIPDoorLockDlOperationSource not bound +!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlStatus not bound +!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound +!missing-enum! CHIPDoorLockDlUserStatus not bound +!missing-enum! CHIPDoorLockDlUserType not bound +!missing-enum! CHIPDoorLockFeature not bound +!missing-enum! CHIPDoorLockOperationEventCode not bound +!missing-enum! CHIPDoorLockProgrammingEventCode not bound +!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound +!missing-enum! CHIPDoorLockUserStatus not bound +!missing-enum! CHIPDoorLockUserType not bound +!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound +!missing-enum! CHIPFanControlFanModeSequenceType not bound +!missing-enum! CHIPFanControlFanModeType not bound +!missing-enum! CHIPFanControlFeature not bound +!missing-enum! CHIPFanControlRockSupportMask not bound +!missing-enum! CHIPFanControlWindSettingMask not bound +!missing-enum! CHIPFanControlWindSupportMask not bound +!missing-enum! CHIPGeneralCommissioningCommissioningError not bound +!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound +!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound +!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound +!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound +!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound +!missing-enum! CHIPIasAceAlarmStatus not bound +!missing-enum! CHIPIasAceArmMode not bound +!missing-enum! CHIPIasAceArmNotification not bound +!missing-enum! CHIPIasAceAudibleNotification not bound +!missing-enum! CHIPIasAceBypassResult not bound +!missing-enum! CHIPIasAceIasZoneStatus not bound +!missing-enum! CHIPIasAceIasZoneType not bound +!missing-enum! CHIPIasAcePanelStatus not bound +!missing-enum! CHIPIasWdSquawkInfo not bound +!missing-enum! CHIPIasWdWarningInfo not bound +!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound +!missing-enum! CHIPIasZoneStatus not bound +!missing-enum! CHIPIasZoneType not bound +!missing-enum! CHIPIdentifyEffectIdentifier not bound +!missing-enum! CHIPIdentifyEffectVariant not bound +!missing-enum! CHIPIdentifyType not bound +!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound +!missing-enum! CHIPKeypadInputCecKeyCode not bound +!missing-enum! CHIPKeypadInputFeature not bound +!missing-enum! CHIPKeypadInputStatus not bound +!missing-enum! CHIPLevelControlFeature not bound +!missing-enum! CHIPLevelControlMoveMode not bound +!missing-enum! CHIPLevelControlStepMode not bound +!missing-enum! CHIPMediaInputFeature not bound +!missing-enum! CHIPMediaInputInputType not bound +!missing-enum! CHIPMediaPlaybackPlaybackState not bound +!missing-enum! CHIPMediaPlaybackStatus not bound +!missing-enum! CHIPMessagingConfirmationControl not bound +!missing-enum! CHIPMessagingControlConfirmation not bound +!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound +!missing-enum! CHIPMessagingControlImportance not bound +!missing-enum! CHIPMessagingControlMask not bound +!missing-enum! CHIPMessagingControlTransmission not bound +!missing-enum! CHIPMessagingEventId not bound +!missing-enum! CHIPMessagingExtendedControlMask not bound +!missing-enum! CHIPModeSelectFeature not bound +!missing-enum! CHIPNetworkCommissioningFeature not bound +!missing-enum! CHIPNetworkCommissioningStatus not bound +!missing-enum! CHIPNetworkCommissioningWiFiBand not bound +!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound +!missing-enum! CHIPOnOffControl not bound +!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound +!missing-enum! CHIPOnOffDyingLightEffectVariant not bound +!missing-enum! CHIPOnOffEffectIdentifier not bound +!missing-enum! CHIPOnOffFeature not bound +!missing-enum! CHIPOnOffSceneFeatures not bound +!missing-enum! CHIPOnOffStartUpOnOff not bound +!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound +!missing-enum! CHIPPowerSourceBatChargeFaultType not bound +!missing-enum! CHIPPowerSourceBatChargeLevel not bound +!missing-enum! CHIPPowerSourceBatChargeState not bound +!missing-enum! CHIPPowerSourceBatFaultType not bound +!missing-enum! CHIPPowerSourceBatReplaceability not bound +!missing-enum! CHIPPowerSourceFeature not bound +!missing-enum! CHIPPowerSourceStatus not bound +!missing-enum! CHIPPowerSourceWiredCurrentType not bound +!missing-enum! CHIPPowerSourceWiredFaultType not bound +!missing-enum! CHIPPressureMeasurementPressureFeature not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound +!missing-enum! CHIPScenesCopyMode not bound +!missing-enum! CHIPSoftwareDiagnosticsFeature not bound +!missing-enum! CHIPTargetNavigatorStatus not bound +!missing-enum! CHIPTestClusterBitmap16MaskMap not bound +!missing-enum! CHIPTestClusterBitmap32MaskMap not bound +!missing-enum! CHIPTestClusterBitmap64MaskMap not bound +!missing-enum! CHIPTestClusterBitmap8MaskMap not bound +!missing-enum! CHIPTestClusterSimple not bound +!missing-enum! CHIPTestClusterSimpleBitmap not bound +!missing-enum! CHIPThermostatControlSequence not bound +!missing-enum! CHIPThermostatDayOfWeek not bound +!missing-enum! CHIPThermostatFeature not bound +!missing-enum! CHIPThermostatModeForSequence not bound +!missing-enum! CHIPThermostatRunningMode not bound +!missing-enum! CHIPThermostatSetpointAdjustMode not bound +!missing-enum! CHIPThermostatSystemMode not bound +!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound +!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound +!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound +!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound +!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound +!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound +!missing-enum! CHIPUnitLocalizationFeature not bound +!missing-enum! CHIPUnitLocalizationTempUnit not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound +!missing-enum! CHIPWindowCoveringConfigStatus not bound +!missing-enum! CHIPWindowCoveringEndProductType not bound +!missing-enum! CHIPWindowCoveringMode not bound +!missing-enum! CHIPWindowCoveringType not bound +!missing-enum! CHIPWindowCoveringWcFeature not bound +!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound +!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound +!missing-enum! MatterClusterAttributeIDType not bound +!missing-enum! MatterClusterCommandIDType not bound +!missing-enum! MatterClusterEventIDType not bound +!missing-enum! MatterClusterIDType not bound +!missing-enum! MatterInteractionErrorCode not bound +!missing-field! kCHIPArrayValueType not bound +!missing-field! kCHIPAttributePathKey not bound +!missing-field! kCHIPBooleanValueType not bound +!missing-field! kCHIPCommandPathKey not bound +!missing-field! kCHIPContextTagKey not bound +!missing-field! kCHIPDataKey not bound +!missing-field! kCHIPDoubleValueType not bound +!missing-field! kCHIPErrorKey not bound +!missing-field! kCHIPFloatValueType not bound +!missing-field! kCHIPNullValueType not bound +!missing-field! kCHIPOctetStringValueType not bound +!missing-field! kCHIPSignedIntegerValueType not bound +!missing-field! kCHIPStructureValueType not bound +!missing-field! kCHIPTypeKey not bound +!missing-field! kCHIPUnsignedIntegerValueType not bound +!missing-field! kCHIPUTF8StringValueType not bound +!missing-field! kCHIPValueKey not bound +!missing-field! MatterInteractionErrorDomain not bound +!missing-protocol! CHIPDeviceAttestationDelegate not bound +!missing-protocol! CHIPDeviceControllerClientProtocol not bound +!missing-protocol! CHIPDeviceControllerServerProtocol not bound +!missing-protocol-member! CHIPDevicePairingDelegate::onCommissioningComplete: not found +!missing-protocol-member! CHIPKeypair::ECDSA_sign_message_DER: not found +!missing-protocol-member! CHIPKeypair::ECDSA_sign_message_raw: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::removeStorageDataForKey: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::setStorageData:forKey: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::storageDataForKey: not found +!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierClosePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeActiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeApplicationTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeInactiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePolarityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeReliabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeCredentialRulesSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorClosedEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableInsideStatusLEDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableLocalProgrammingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeExpiringUserTimeoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLEDSettingsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSendPINOverTheAirWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeNeutralCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound +!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveWiredFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryANSIDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryApprovedChemistryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargingCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCommonDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryIECDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryQuantityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplaceabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementNeededWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredCurrentTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredMaximumCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredNominalVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeLastConfiguredByWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityformatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCoilTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCompressorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACErrorCodeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACLouverPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACRefrigerantTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeEmergencyHeatDeltaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureCalibrationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOutdoorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePICoolingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePIHeatingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeRemoteSensingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeAmountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +MatterControllerFactory::sharedInstance not bound +!missing-selector! +MTRCertificates::generateCertificateSigningRequest:error: not bound +!missing-selector! +MTRCertificates::generateIntermediateCertificate:rootCertificate:intermediatePublicKey:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::generateOperationalCertificate:signingCertificate:operationalPublicKey:fabricId:nodeId:caseAuthenticatedTags:error: not bound +!missing-selector! +MTRCertificates::generateRootCertificate:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::isCertificate:equalTo: not bound +!missing-selector! +MTRCertificates::keypair:matchesCertificate: not bound +!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeAclWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeExtensionWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::logoutWithParams:completionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::init not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::revokeCommissioningWithParams:completionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::init not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::init not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::init not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::init not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::init not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:params:completionHandler: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound +!missing-selector! CHIPAttributeReport::error not bound +!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControl::barrierControlStopWithParams:completionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierClosePeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierClosePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::init not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithCompletionHandler: not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithParams:completionHandler: not bound +!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocalConfigDisabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocationWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::init not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeActiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeApplicationTypeWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeInactiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributePolarityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeReliabilityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeActiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeApplicationTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeInactiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePolarityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeReliabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeOutOfServiceWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributePresentValueWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound +!missing-selector! CHIPBinding::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:params:completionHandler: not bound +!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound +!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound +!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound +!missing-selector! CHIPBindingClusterTargetStruct::group not bound +!missing-selector! CHIPBindingClusterTargetStruct::init not bound +!missing-selector! CHIPBindingClusterTargetStruct::node not bound +!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound +!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound +!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound +!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::init not bound +!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::name not bound +!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::init not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound +!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound +!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeOptionsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeStartUpColorTemperatureMiredsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPCommandPath::cluster not bound +!missing-selector! CHIPCommandPath::command not bound +!missing-selector! CHIPCommandPath::endpoint not bound +!missing-selector! CHIPCommissioningParameters::attestationNonce not bound +!missing-selector! CHIPCommissioningParameters::CSRNonce not bound +!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound +!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound +!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound +!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound +!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound +!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound +!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound +!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound +!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound +!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound +!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound +!missing-selector! CHIPCommissioningParameters::wifiSSID not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:params:completionHandler: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound +!missing-selector! CHIPContentLauncherClusterDimension::height not bound +!missing-selector! CHIPContentLauncherClusterDimension::init not bound +!missing-selector! CHIPContentLauncherClusterDimension::metric not bound +!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound +!missing-selector! CHIPContentLauncherClusterDimension::width not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound +!missing-selector! CHIPContentLauncherClusterParameter::init not bound +!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound +!missing-selector! CHIPContentLauncherClusterParameter::type not bound +!missing-selector! CHIPContentLauncherClusterParameter::value not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound +!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound +!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound +!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound +!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound +!missing-selector! CHIPDeviceController::controllerNodeId not bound +!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound +!missing-selector! CHIPDeviceController::pairDevice:address:port:setupPINCode:error: not bound +!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithOperationalKeypair:operationalCertificate:intermediateCertificate:rootCertificate:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithSigningKeypair:fabricId:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::intermediateCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound +!missing-selector! CHIPDeviceControllerStartupParams::nocSigner not bound +!missing-selector! CHIPDeviceControllerStartupParams::nodeId not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalKeypair not bound +!missing-selector! CHIPDeviceControllerStartupParams::rootCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::setIntermediateCertificate: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setNodeId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setOperationalKeypair: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setRootCertificate: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeCredentialRulesSupportWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorClosedEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableInsideStatusLEDWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableLocalProgrammingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeExpiringUserTimeoutWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLEDSettingsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSendPINOverTheAirWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeCredentialRulesSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDefaultConfigurationRegisterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorClosedEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableInsideStatusLEDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableLocalProgrammingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeExpiringUserTimeoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLEDSettingsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLocalProgrammingFeaturesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfCredentialsSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeRequirePINforRemoteOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSendPINOverTheAirWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::creatorFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::lastModifiedFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setCreatorFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setLastModifiedFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurement::getMeasurementProfileCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeNeutralCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcActivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcReactivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousActiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousLineCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousReactiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeNeutralCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePhaseHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::init not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPEventPath::cluster not bound +!missing-selector! CHIPEventPath::endpoint not bound +!missing-selector! CHIPEventPath::event not bound +!missing-selector! CHIPEventReport::error not bound +!missing-selector! CHIPEventReport::eventNumber not bound +!missing-selector! CHIPEventReport::path not bound +!missing-selector! CHIPEventReport::priority not bound +!missing-selector! CHIPEventReport::timestamp not bound +!missing-selector! CHIPEventReport::value not bound +!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::commissioningCompleteWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::writeAttributeBreadcrumbWithValue:params:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::init not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTestEventTriggersEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::testEventTriggerWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::enableKey not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::eventTrigger not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::init not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEnableKey: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEventTrigger: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:params:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::removeAllGroupsWithParams:completionHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::init not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::init not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterFireParams::init not bound +!missing-selector! CHIPIasAceClusterFireParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterFireParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::init not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::init not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::init not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanicParams::init not bound +!missing-selector! CHIPIasAceClusterPanicParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanicParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterSquawkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterSquawkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::writeAttributeIdentifyTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControl::moveToClosestFrequencyWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::stopWithOnOffWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeDefaultMoveRateWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeStartUpCurrentLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::frequency not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::init not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setFrequency: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::init not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:params:completionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::sleepWithParams:completionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::init not bound +!missing-selector! CHIPLowPowerClusterSleepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInput::hideInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::showInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound +!missing-selector! CHIPMediaInputClusterInputInfo::index not bound +!missing-selector! CHIPMediaInputClusterInputInfo::init not bound +!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound +!missing-selector! CHIPMediaInputClusterInputInfo::name not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::init not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeOnModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTags not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTags: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound +!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::offWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithRecallGlobalSceneWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::toggleWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOffWaitTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOnTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeStartUpOnOffWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOffClusterOffParams::init not bound +!missing-selector! CHIPOnOffClusterOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnParams::init not bound +!missing-selector! CHIPOnOffClusterOnParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::init not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterToggleParams::init not bound +!missing-selector! CHIPOnOffClusterToggleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterToggleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::writeAttributeSwitchActionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminSubject not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminSubject: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::isForUpdateNOC not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setIsForUpdateNOC: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:params:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound +!missing-selector! CHIPPollControlClusterCheckInParams::init not bound +!missing-selector! CHIPPollControlClusterCheckInParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::init not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::init not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::init not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeActiveWiredFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryANSIDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryApprovedChemistryWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCapacityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryChargingCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCommonDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryIECDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryQuantityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplaceabilityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementNeededWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredCurrentTypeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredMaximumCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredNominalVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryChargeFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveWiredFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryANSIDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryApprovedChemistryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargingCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCommonDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryFunctionalWhileChargingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryIECDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryQuantityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplaceabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementNeededWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeToFullChargeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredCurrentTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredMaximumCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredNominalVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMaxScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMinScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaleWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeControlModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeEnergyConsumedWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeRunningHoursWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPReadParams::fabricFiltered not bound +!missing-selector! CHIPReadParams::init not bound +!missing-selector! CHIPReadParams::setFabricFiltered: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::copySceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedAddSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedViewSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeLastConfiguredByWithCompletionHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeLastConfiguredByWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeId not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeValue not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::init not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeId: not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeValue: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::attributeValueList not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::clusterId not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::init not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setAttributeValueList: not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setClusterId: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::resetWatermarksWithParams:completionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound +!missing-selector! CHIPSubscribeParams::autoResubscribe not bound +!missing-selector! CHIPSubscribeParams::init not bound +!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound +!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound +!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound +!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound +!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::testComplexNullableOptionalRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestFabricScopedEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testNotHandledWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSimpleArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSpecificWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testStructArrayArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testUnknownCommandWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::timedInvokeRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochSWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochUsWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListStructOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeTimedWriteBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeUnsupportedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeVendorIdWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::init not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::init not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::init not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostat::clearWeeklyScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityformatWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCoilTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCompressorTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACErrorCodeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACLouverPositionWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACRefrigerantTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeEmergencyHeatDeltaWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeLocalTemperatureCalibrationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupancyWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOutdoorTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePICoolingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePIHeatingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeRemoteSensingWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeAmountWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningStateWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityformatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCoilTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCompressorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACErrorCodeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACLouverPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACRefrigerantTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeEmergencyHeatDeltaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeHVACSystemTypeConfigurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureCalibrationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOutdoorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePICoolingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePIHeatingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeRemoteSensingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeAmountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatProgrammingOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeControlSequenceOfOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinSetpointDeadBandWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeSystemModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::init not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::transitions not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::transitions not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::coolSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::heatSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::init not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setCoolSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setHeatSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setTransitionTime: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::transitionTime not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeKeypadLockoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeScheduleProgrammingVisibilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeTemperatureDisplayModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:params:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:params:completionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:params:completionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCovering::downOrCloseWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::stopMotionWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::upOrOpenWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::init not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::init not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::init not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWriteParams::dataVersion not bound +!missing-selector! CHIPWriteParams::init not bound +!missing-selector! CHIPWriteParams::setDataVersion: not bound +!missing-selector! CHIPWriteParams::setTimedWriteTimeoutMs: not bound +!missing-selector! CHIPWriteParams::timedWriteTimeoutMs not bound +!missing-selector! MatterControllerFactory::isRunning not bound +!missing-selector! MatterControllerFactory::shutdown not bound +!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound +!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound +!missing-selector! MatterControllerFactory::startup: not bound +!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound +!missing-selector! MatterControllerFactoryParams::paaCerts not bound +!missing-selector! MatterControllerFactoryParams::port not bound +!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound +!missing-selector! MatterControllerFactoryParams::setPort: not bound +!missing-selector! MatterControllerFactoryParams::setStartServer: not bound +!missing-selector! MatterControllerFactoryParams::startServer not bound +!missing-selector! MatterControllerFactoryParams::storageDelegate not bound +!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound +!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound +!missing-type! CHIPAccountLoginClusterLogoutParams not bound +!missing-type! CHIPAdministratorCommissioningClusterRevokeCommissioningParams not bound +!missing-type! CHIPAlarmsClusterGetAlarmParams not bound +!missing-type! CHIPAlarmsClusterResetAlarmLogParams not bound +!missing-type! CHIPAlarmsClusterResetAllAlarmsParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseResumeParams not bound +!missing-type! CHIPApplianceControlClusterSignalStateParams not bound +!missing-type! CHIPApplianceEventsAndAlertClusterGetAlertsParams not bound +!missing-type! CHIPApplianceStatisticsClusterLogQueueRequestParams not bound +!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound +!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound +!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound +!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound +!missing-type! CHIPAttributeCacheContainer not bound +!missing-type! CHIPAudioOutputClusterOutputInfo not bound +!missing-type! CHIPBarrierControlClusterBarrierControlStopParams not bound +!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound +!missing-type! CHIPBasicClusterLeaveEvent not bound +!missing-type! CHIPBasicClusterMfgSpecificPingParams not bound +!missing-type! CHIPBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBasicClusterShutDownEvent not bound +!missing-type! CHIPBasicClusterStartUpEvent not bound +!missing-type! CHIPBindingClusterTargetStruct not bound +!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound +!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound +!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound +!missing-type! CHIPChannel not bound +!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound +!missing-type! CHIPChannelClusterChangeChannelParams not bound +!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound +!missing-type! CHIPChannelClusterChannelInfo not bound +!missing-type! CHIPChannelClusterLineupInfo not bound +!missing-type! CHIPChannelClusterSkipChannelParams not bound +!missing-type! CHIPCommandPath not bound +!missing-type! CHIPCommissioningParameters not bound +!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound +!missing-type! CHIPContentLauncherClusterBrandingInformation not bound +!missing-type! CHIPContentLauncherClusterContentSearch not bound +!missing-type! CHIPContentLauncherClusterDimension not bound +!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound +!missing-type! CHIPContentLauncherClusterParameter not bound +!missing-type! CHIPContentLauncherClusterStyleInformation not bound +!missing-type! CHIPDeviceControllerStartupParams not bound +!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound +!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationEvent not bound +!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound +!missing-type! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams not bound +!missing-type! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPEventPath not bound +!missing-type! CHIPEventReport not bound +!missing-type! CHIPFanControl not bound +!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound +!missing-type! CHIPGeneralCommissioningClusterCommissioningCompleteParams not bound +!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterTestEventTriggerParams not bound +!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound +!missing-type! CHIPGroupsClusterRemoveAllGroupsParams not bound +!missing-type! CHIPIasAceClusterEmergencyParams not bound +!missing-type! CHIPIasAceClusterFireParams not bound +!missing-type! CHIPIasAceClusterGetBypassedZoneListParams not bound +!missing-type! CHIPIasAceClusterGetPanelStatusParams not bound +!missing-type! CHIPIasAceClusterGetZoneIdMapParams not bound +!missing-type! CHIPIasAceClusterPanicParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams not bound +!missing-type! CHIPIasZoneClusterInitiateTestModeResponseParams not bound +!missing-type! CHIPLevelControlClusterMoveToClosestFrequencyParams not bound +!missing-type! CHIPLevelControlClusterStopWithOnOffParams not bound +!missing-type! CHIPLocalizationConfiguration not bound +!missing-type! CHIPLowPowerClusterSleepParams not bound +!missing-type! CHIPMediaInputClusterHideInputStatusParams not bound +!missing-type! CHIPMediaInputClusterInputInfo not bound +!missing-type! CHIPMediaInputClusterShowInputStatusParams not bound +!missing-type! CHIPMediaPlaybackClusterFastForwardParams not bound +!missing-type! CHIPMediaPlaybackClusterNextParams not bound +!missing-type! CHIPMediaPlaybackClusterPauseParams not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound +!missing-type! CHIPMediaPlaybackClusterPlayParams not bound +!missing-type! CHIPMediaPlaybackClusterPreviousParams not bound +!missing-type! CHIPMediaPlaybackClusterRewindParams not bound +!missing-type! CHIPMediaPlaybackClusterSeekParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound +!missing-type! CHIPMediaPlaybackClusterStartOverParams not bound +!missing-type! CHIPMediaPlaybackClusterStopPlaybackParams not bound +!missing-type! CHIPMessagingClusterGetLastMessageParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound +!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound +!missing-type! CHIPOnOffClusterOffParams not bound +!missing-type! CHIPOnOffClusterOnParams not bound +!missing-type! CHIPOnOffClusterOnWithRecallGlobalSceneParams not bound +!missing-type! CHIPOnOffClusterToggleParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound +!missing-type! CHIPPollControlClusterCheckInParams not bound +!missing-type! CHIPPollControlClusterFastPollStopParams not bound +!missing-type! CHIPPowerProfileClusterGetOverallSchedulePriceParams not bound +!missing-type! CHIPPowerProfileClusterPowerProfileStateRequestParams not bound +!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound +!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound +!missing-type! CHIPReadParams not bound +!missing-type! CHIPScenesClusterAttributeValuePair not bound +!missing-type! CHIPScenesClusterExtensionFieldSet not bound +!missing-type! CHIPSoftwareDiagnosticsClusterResetWatermarksParams not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound +!missing-type! CHIPSubscribeParams not bound +!missing-type! CHIPSwitchClusterInitialPressEvent not bound +!missing-type! CHIPSwitchClusterLongPressEvent not bound +!missing-type! CHIPSwitchClusterLongReleaseEvent not bound +!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound +!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound +!missing-type! CHIPSwitchClusterShortReleaseEvent not bound +!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound +!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound +!missing-type! CHIPTestClusterClusterTestEventEvent not bound +!missing-type! CHIPTestClusterClusterTestFabricScoped not bound +!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound +!missing-type! CHIPTestClusterClusterTestNotHandledParams not bound +!missing-type! CHIPTestClusterClusterTestParams not bound +!missing-type! CHIPTestClusterClusterTestSpecificParams not bound +!missing-type! CHIPTestClusterClusterTestUnknownCommandParams not bound +!missing-type! CHIPTestClusterClusterTimedInvokeRequestParams not bound +!missing-type! CHIPThermostatClusterClearWeeklyScheduleParams not bound +!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound +!missing-type! CHIPThermostatClusterThermostatScheduleTransition not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPTimeFormatLocalization not bound +!missing-type! CHIPUnitLocalization not bound +!missing-type! CHIPUserLabel not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPWindowCoveringClusterDownOrCloseParams not bound +!missing-type! CHIPWindowCoveringClusterStopMotionParams not bound +!missing-type! CHIPWindowCoveringClusterUpOrOpenParams not bound +!missing-type! CHIPWriteParams not bound +!missing-type! MatterControllerFactory not bound +!missing-type! MatterControllerFactoryParams not bound +!missing-type! MTRCertificates not bound +!unknown-type! CHIPTvChannel bound diff --git a/tests/xtro-sharpie/macOS-CHIP.todo b/tests/xtro-sharpie/macOS-CHIP.todo deleted file mode 100644 index 180dee48c412..000000000000 --- a/tests/xtro-sharpie/macOS-CHIP.todo +++ /dev/null @@ -1,2868 +0,0 @@ -!extra-protocol-member! unexpected selector CHIPDevicePairingDelegate::onAddressUpdated: found -!missing-enum! CHIPAccessControlAuthMode not bound -!missing-enum! CHIPAccessControlChangeType not bound -!missing-enum! CHIPAccessControlPrivilege not bound -!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound -!missing-enum! CHIPAdministratorCommissioningStatusCode not bound -!missing-enum! CHIPApplianceControlApplianceStatus not bound -!missing-enum! CHIPApplianceControlCommandIdentification not bound -!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound -!missing-enum! CHIPApplianceControlWarningEvent not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound -!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound -!missing-enum! CHIPApplicationBasicApplicationStatus not bound -!missing-enum! CHIPApplicationLauncherFeature not bound -!missing-enum! CHIPApplicationLauncherStatus not bound -!missing-enum! CHIPAudioOutputOutputType not bound -!missing-enum! CHIPBridgedActionsActionError not bound -!missing-enum! CHIPBridgedActionsActionState not bound -!missing-enum! CHIPBridgedActionsActionType not bound -!missing-enum! CHIPBridgedActionsCommandBits not bound -!missing-enum! CHIPBridgedActionsEndpointListType not bound -!missing-enum! CHIPChannelFeature not bound -!missing-enum! CHIPChannelLineupInfoType not bound -!missing-enum! CHIPChannelStatus not bound -!missing-enum! CHIPColorControlColorCapabilities not bound -!missing-enum! CHIPColorControlColorLoopAction not bound -!missing-enum! CHIPColorControlColorLoopDirection not bound -!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound -!missing-enum! CHIPColorControlColorMode not bound -!missing-enum! CHIPColorControlHueDirection not bound -!missing-enum! CHIPColorControlHueMoveMode not bound -!missing-enum! CHIPColorControlHueStepMode not bound -!missing-enum! CHIPColorControlSaturationMoveMode not bound -!missing-enum! CHIPColorControlSaturationStepMode not bound -!missing-enum! CHIPContentLauncherFeature not bound -!missing-enum! CHIPContentLauncherMetricType not bound -!missing-enum! CHIPContentLauncherParameter not bound -!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound -!missing-enum! CHIPDiagnosticLogsLogsIntent not bound -!missing-enum! CHIPDiagnosticLogsLogsStatus not bound -!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound -!missing-enum! CHIPDoorLockDayOfWeek not bound -!missing-enum! CHIPDoorLockDlAlarmCode not bound -!missing-enum! CHIPDoorLockDlAlarmMask not bound -!missing-enum! CHIPDoorLockDlCredentialRule not bound -!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound -!missing-enum! CHIPDoorLockDlCredentialType not bound -!missing-enum! CHIPDoorLockDlDataOperationType not bound -!missing-enum! CHIPDoorLockDlDaysMaskMap not bound -!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound -!missing-enum! CHIPDoorLockDlDoorState not bound -!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound -!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound -!missing-enum! CHIPDoorLockDlLockDataType not bound -!missing-enum! CHIPDoorLockDlLockOperationType not bound -!missing-enum! CHIPDoorLockDlLockState not bound -!missing-enum! CHIPDoorLockDlLockType not bound -!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound -!missing-enum! CHIPDoorLockDlOperatingMode not bound -!missing-enum! CHIPDoorLockDlOperationError not bound -!missing-enum! CHIPDoorLockDlOperationSource not bound -!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlStatus not bound -!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound -!missing-enum! CHIPDoorLockDlUserStatus not bound -!missing-enum! CHIPDoorLockDlUserType not bound -!missing-enum! CHIPDoorLockFeature not bound -!missing-enum! CHIPDoorLockOperationEventCode not bound -!missing-enum! CHIPDoorLockProgrammingEventCode not bound -!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound -!missing-enum! CHIPDoorLockUserStatus not bound -!missing-enum! CHIPDoorLockUserType not bound -!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound -!missing-enum! CHIPGeneralCommissioningCommissioningError not bound -!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound -!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound -!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound -!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound -!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound -!missing-enum! CHIPIasAceAlarmStatus not bound -!missing-enum! CHIPIasAceArmMode not bound -!missing-enum! CHIPIasAceArmNotification not bound -!missing-enum! CHIPIasAceAudibleNotification not bound -!missing-enum! CHIPIasAceBypassResult not bound -!missing-enum! CHIPIasAceIasZoneStatus not bound -!missing-enum! CHIPIasAceIasZoneType not bound -!missing-enum! CHIPIasAcePanelStatus not bound -!missing-enum! CHIPIasWdSquawkInfo not bound -!missing-enum! CHIPIasWdWarningInfo not bound -!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound -!missing-enum! CHIPIasZoneStatus not bound -!missing-enum! CHIPIasZoneType not bound -!missing-enum! CHIPIdentifyEffectIdentifier not bound -!missing-enum! CHIPIdentifyEffectVariant not bound -!missing-enum! CHIPIdentifyType not bound -!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound -!missing-enum! CHIPKeypadInputCecKeyCode not bound -!missing-enum! CHIPKeypadInputFeature not bound -!missing-enum! CHIPKeypadInputStatus not bound -!missing-enum! CHIPLevelControlFeature not bound -!missing-enum! CHIPLevelControlMoveMode not bound -!missing-enum! CHIPLevelControlStepMode not bound -!missing-enum! CHIPMediaInputFeature not bound -!missing-enum! CHIPMediaInputInputType not bound -!missing-enum! CHIPMediaPlaybackPlaybackState not bound -!missing-enum! CHIPMediaPlaybackStatus not bound -!missing-enum! CHIPMessagingConfirmationControl not bound -!missing-enum! CHIPMessagingControlConfirmation not bound -!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound -!missing-enum! CHIPMessagingControlImportance not bound -!missing-enum! CHIPMessagingControlMask not bound -!missing-enum! CHIPMessagingControlTransmission not bound -!missing-enum! CHIPMessagingEventId not bound -!missing-enum! CHIPMessagingExtendedControlMask not bound -!missing-enum! CHIPNetworkCommissioningFeature not bound -!missing-enum! CHIPNetworkCommissioningStatus not bound -!missing-enum! CHIPNetworkCommissioningWiFiBand not bound -!missing-enum! CHIPOnOffControl not bound -!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound -!missing-enum! CHIPOnOffDyingLightEffectVariant not bound -!missing-enum! CHIPOnOffEffectIdentifier not bound -!missing-enum! CHIPOnOffFeature not bound -!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound -!missing-enum! CHIPPowerSourceBatChargeFaultType not bound -!missing-enum! CHIPPowerSourceBatChargeLevel not bound -!missing-enum! CHIPPowerSourceBatChargeState not bound -!missing-enum! CHIPPowerSourceBatFaultType not bound -!missing-enum! CHIPPowerSourceBatReplaceability not bound -!missing-enum! CHIPPowerSourceFeature not bound -!missing-enum! CHIPPowerSourceStatus not bound -!missing-enum! CHIPPowerSourceWiredCurrentType not bound -!missing-enum! CHIPPowerSourceWiredFaultType not bound -!missing-enum! CHIPPressureMeasurementPressureFeature not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound -!missing-enum! CHIPScenesCopyMode not bound -!missing-enum! CHIPTargetNavigatorStatus not bound -!missing-enum! CHIPTestClusterBitmap16MaskMap not bound -!missing-enum! CHIPTestClusterBitmap32MaskMap not bound -!missing-enum! CHIPTestClusterBitmap64MaskMap not bound -!missing-enum! CHIPTestClusterBitmap8MaskMap not bound -!missing-enum! CHIPTestClusterSimple not bound -!missing-enum! CHIPTestClusterSimpleBitmap not bound -!missing-enum! CHIPThermostatControlSequence not bound -!missing-enum! CHIPThermostatDayOfWeek not bound -!missing-enum! CHIPThermostatFeature not bound -!missing-enum! CHIPThermostatModeForSequence not bound -!missing-enum! CHIPThermostatRunningMode not bound -!missing-enum! CHIPThermostatSetpointAdjustMode not bound -!missing-enum! CHIPThermostatSystemMode not bound -!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound -!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound -!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound -!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound -!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound -!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound -!missing-enum! CHIPUnitLocalizationFeature not bound -!missing-enum! CHIPUnitLocalizationTempUnit not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound -!missing-enum! CHIPWindowCoveringWcFeature not bound -!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound -!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound -!missing-enum! MatterInteractionErrorCode not bound -!missing-field! kCHIPArrayValueType not bound -!missing-field! kCHIPAttributePathKey not bound -!missing-field! kCHIPBooleanValueType not bound -!missing-field! kCHIPCommandPathKey not bound -!missing-field! kCHIPContextTagKey not bound -!missing-field! kCHIPDataKey not bound -!missing-field! kCHIPDoubleValueType not bound -!missing-field! kCHIPErrorKey not bound -!missing-field! kCHIPFloatValueType not bound -!missing-field! kCHIPNullValueType not bound -!missing-field! kCHIPOctetStringValueType not bound -!missing-field! kCHIPSignedIntegerValueType not bound -!missing-field! kCHIPStructureValueType not bound -!missing-field! kCHIPTypeKey not bound -!missing-field! kCHIPUnsignedIntegerValueType not bound -!missing-field! kCHIPUTF8StringValueType not bound -!missing-field! kCHIPValueKey not bound -!missing-field! MatterInteractionErrorDomain not bound -!missing-protocol! CHIPDeviceAttestationDelegate not bound -!missing-protocol! CHIPDeviceControllerClientProtocol not bound -!missing-protocol! CHIPDeviceControllerServerProtocol not bound -!missing-protocol-member! CHIPDevicePairingDelegate::onCommissioningComplete: not found -!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorControlOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound -!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound -!missing-selector! CHIPAttributeReport::error not bound -!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound -!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound -!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound -!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound -!missing-selector! CHIPBindingClusterTargetStruct::group not bound -!missing-selector! CHIPBindingClusterTargetStruct::init not bound -!missing-selector! CHIPBindingClusterTargetStruct::node not bound -!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound -!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound -!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::init not bound -!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::name not bound -!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::init not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound -!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound -!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorControlOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPCommandPath::cluster not bound -!missing-selector! CHIPCommandPath::command not bound -!missing-selector! CHIPCommandPath::endpoint not bound -!missing-selector! CHIPCommissioningParameters::attestationNonce not bound -!missing-selector! CHIPCommissioningParameters::CSRNonce not bound -!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound -!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound -!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound -!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound -!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound -!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound -!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound -!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound -!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound -!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound -!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound -!missing-selector! CHIPCommissioningParameters::wifiSSID not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound -!missing-selector! CHIPContentLauncherClusterDimension::height not bound -!missing-selector! CHIPContentLauncherClusterDimension::init not bound -!missing-selector! CHIPContentLauncherClusterDimension::metric not bound -!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound -!missing-selector! CHIPContentLauncherClusterDimension::width not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound -!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound -!missing-selector! CHIPContentLauncherClusterParameter::init not bound -!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound -!missing-selector! CHIPContentLauncherClusterParameter::type not bound -!missing-selector! CHIPContentLauncherClusterParameter::value not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound -!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound -!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound -!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound -!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound -!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound -!missing-selector! CHIPMediaInputClusterInputInfo::index not bound -!missing-selector! CHIPMediaInputClusterInputInfo::init not bound -!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound -!missing-selector! CHIPMediaInputClusterInputInfo::name not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound -!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAlarmMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPReadParams::fabricFiltered not bound -!missing-selector! CHIPReadParams::init not bound -!missing-selector! CHIPReadParams::setFabricFiltered: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound -!missing-selector! CHIPSubscribeParams::autoResubscribe not bound -!missing-selector! CHIPSubscribeParams::init not bound -!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound -!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound -!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::humidityInPercentage not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::localTemperature not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::relayStatus not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setHumidityInPercentage: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setLocalTemperature: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setpoint not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setRelayStatus: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setSetpoint: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setTimeOfDay: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setUnreadEntries: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::timeOfDay not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::unreadEntries not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::payload not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setPayload: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound -!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound -!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound -!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound -!missing-type! CHIPAttributeCacheContainer not bound -!missing-type! CHIPAudioOutputClusterOutputInfo not bound -!missing-type! CHIPBindingClusterTargetStruct not bound -!missing-type! CHIPChannel not bound -!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound -!missing-type! CHIPChannelClusterChangeChannelParams not bound -!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound -!missing-type! CHIPChannelClusterChannelInfo not bound -!missing-type! CHIPChannelClusterLineupInfo not bound -!missing-type! CHIPChannelClusterSkipChannelParams not bound -!missing-type! CHIPCommandPath not bound -!missing-type! CHIPCommissioningParameters not bound -!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound -!missing-type! CHIPContentLauncherClusterBrandingInformation not bound -!missing-type! CHIPContentLauncherClusterContentSearch not bound -!missing-type! CHIPContentLauncherClusterDimension not bound -!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound -!missing-type! CHIPContentLauncherClusterParameter not bound -!missing-type! CHIPContentLauncherClusterStyleInformation not bound -!missing-type! CHIPFanControl not bound -!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound -!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound -!missing-type! CHIPLocalizationConfiguration not bound -!missing-type! CHIPMediaInputClusterInputInfo not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound -!missing-type! CHIPMediaPlaybackClusterSeekParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound -!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound -!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound -!missing-type! CHIPReadParams not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound -!missing-type! CHIPSubscribeParams not bound -!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound -!missing-type! CHIPTestClusterClusterTestFabricScoped not bound -!missing-type! CHIPThermostatClusterGetRelayStatusLogResponseParams not bound -!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound -!missing-type! CHIPTimeFormatLocalization not bound -!missing-type! CHIPUnitLocalization not bound -!missing-type! CHIPUserLabel not bound -!unknown-type! CHIPTvChannel bound -!extra-protocol-member! unexpected selector CHIPKeypair::initialize found -!missing-enum! CHIPAudioOutputFeature not bound -!missing-enum! CHIPColorControlFeature not bound -!missing-enum! CHIPContentLauncherContentLaunchStatus not bound -!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound -!missing-enum! CHIPFanControlFanModeSequenceType not bound -!missing-enum! CHIPFanControlFanModeType not bound -!missing-enum! CHIPFanControlFeature not bound -!missing-enum! CHIPFanControlRockSupportMask not bound -!missing-enum! CHIPFanControlWindSettingMask not bound -!missing-enum! CHIPFanControlWindSupportMask not bound -!missing-enum! CHIPModeSelectFeature not bound -!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound -!missing-enum! CHIPOnOffStartUpOnOff not bound -!missing-enum! CHIPWindowCoveringConfigStatus not bound -!missing-enum! CHIPWindowCoveringEndProductType not bound -!missing-enum! CHIPWindowCoveringMode not bound -!missing-enum! CHIPWindowCoveringType not bound -!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound -!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +MatterControllerFactory::sharedInstance not bound -!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound -!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound -!missing-selector! CHIPDeviceControllerStartupParams::initWithKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound -!missing-selector! CHIPDeviceControllerStartupParams::rootCAKeypair not bound -!missing-selector! CHIPDeviceControllerStartupParams::setFabricId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setIpk: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setRootCAKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEventPath::cluster not bound -!missing-selector! CHIPEventPath::endpoint not bound -!missing-selector! CHIPEventPath::event not bound -!missing-selector! CHIPEventReport::error not bound -!missing-selector! CHIPEventReport::eventNumber not bound -!missing-selector! CHIPEventReport::path not bound -!missing-selector! CHIPEventReport::priority not bound -!missing-selector! CHIPEventReport::timestamp not bound -!missing-selector! CHIPEventReport::value not bound -!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound -!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound -!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound -!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound -!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound -!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound -!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! MatterControllerFactory::isRunning not bound -!missing-selector! MatterControllerFactory::shutdown not bound -!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound -!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound -!missing-selector! MatterControllerFactory::startup: not bound -!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound -!missing-selector! MatterControllerFactoryParams::paaCerts not bound -!missing-selector! MatterControllerFactoryParams::port not bound -!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound -!missing-selector! MatterControllerFactoryParams::setPort: not bound -!missing-selector! MatterControllerFactoryParams::setStartServer: not bound -!missing-selector! MatterControllerFactoryParams::startServer not bound -!missing-selector! MatterControllerFactoryParams::storageDelegate not bound -!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound -!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound -!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound -!missing-type! CHIPBasicClusterLeaveEvent not bound -!missing-type! CHIPBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBasicClusterShutDownEvent not bound -!missing-type! CHIPBasicClusterStartUpEvent not bound -!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound -!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound -!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound -!missing-type! CHIPDeviceControllerStartupParams not bound -!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound -!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationEvent not bound -!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound -!missing-type! CHIPEventPath not bound -!missing-type! CHIPEventReport not bound -!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound -!missing-type! CHIPSwitchClusterInitialPressEvent not bound -!missing-type! CHIPSwitchClusterLongPressEvent not bound -!missing-type! CHIPSwitchClusterLongReleaseEvent not bound -!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound -!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound -!missing-type! CHIPSwitchClusterShortReleaseEvent not bound -!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound -!missing-type! CHIPTestClusterClusterTestEventEvent not bound -!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound -!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound -!missing-type! MatterControllerFactory not bound -!missing-type! MatterControllerFactoryParams not bound diff --git a/tests/xtro-sharpie/macOS-CoreFoundation.todo b/tests/xtro-sharpie/macOS-CoreFoundation.todo new file mode 100644 index 000000000000..783c400fc9c4 --- /dev/null +++ b/tests/xtro-sharpie/macOS-CoreFoundation.todo @@ -0,0 +1,2 @@ +!missing-pinvoke! CFStringCreateStringWithValidatedFormat is not bound +!missing-pinvoke! CFStringCreateStringWithValidatedFormatAndArguments is not bound diff --git a/tests/xtro-sharpie/macOS-CoreSpotlight.todo b/tests/xtro-sharpie/macOS-CoreSpotlight.todo new file mode 100644 index 000000000000..1f547620b409 --- /dev/null +++ b/tests/xtro-sharpie/macOS-CoreSpotlight.todo @@ -0,0 +1 @@ +!missing-selector! CSSearchableIndex::fetchDataForBundleIdentifier:itemIdentifier:contentType:completionHandler: not bound diff --git a/tests/xtro-sharpie/macOS-CoreText.todo b/tests/xtro-sharpie/macOS-CoreText.todo new file mode 100644 index 000000000000..854ef809ba4f --- /dev/null +++ b/tests/xtro-sharpie/macOS-CoreText.todo @@ -0,0 +1 @@ +!missing-enum-value! CTFontOptions native value kCTFontOptionsPreventAutoDownload = 2 not bound diff --git a/tests/xtro-sharpie/macOS-DeviceDiscoveryExtension.todo b/tests/xtro-sharpie/macOS-DeviceDiscoveryExtension.todo deleted file mode 100644 index ad3a633d5fd0..000000000000 --- a/tests/xtro-sharpie/macOS-DeviceDiscoveryExtension.todo +++ /dev/null @@ -1,43 +0,0 @@ -!missing-enum! DDDeviceCategory not bound -!missing-enum! DDDeviceProtocol not bound -!missing-enum! DDDeviceState not bound -!missing-enum! DDErrorCode not bound -!missing-enum! DDEventType not bound -!missing-field! DDDeviceProtocolStringDIAL not bound -!missing-field! DDDeviceProtocolStringInvalid not bound -!missing-field! DDErrorDomain not bound -!missing-pinvoke! DDDeviceCategoryToString is not bound -!missing-pinvoke! DDDeviceProtocolToString is not bound -!missing-pinvoke! DDDeviceStateToString is not bound -!missing-pinvoke! DDEventTypeToString is not bound -!missing-selector! DDDevice::bluetoothIdentifier not bound -!missing-selector! DDDevice::category not bound -!missing-selector! DDDevice::displayName not bound -!missing-selector! DDDevice::identifier not bound -!missing-selector! DDDevice::initWithDisplayName:category:protocolType:identifier: not bound -!missing-selector! DDDevice::networkEndpoint not bound -!missing-selector! DDDevice::protocol not bound -!missing-selector! DDDevice::protocolType not bound -!missing-selector! DDDevice::setBluetoothIdentifier: not bound -!missing-selector! DDDevice::setCategory: not bound -!missing-selector! DDDevice::setDisplayName: not bound -!missing-selector! DDDevice::setIdentifier: not bound -!missing-selector! DDDevice::setNetworkEndpoint: not bound -!missing-selector! DDDevice::setProtocol: not bound -!missing-selector! DDDevice::setProtocolType: not bound -!missing-selector! DDDevice::setState: not bound -!missing-selector! DDDevice::setTxtRecordData: not bound -!missing-selector! DDDevice::setUrl: not bound -!missing-selector! DDDevice::state not bound -!missing-selector! DDDevice::txtRecordData not bound -!missing-selector! DDDevice::url not bound -!missing-selector! DDDeviceEvent::device not bound -!missing-selector! DDDeviceEvent::initWithEventType:device: not bound -!missing-selector! DDDiscoverySession::reportEvent: not bound -!missing-selector! DDEvent::eventType not bound -!missing-selector! DDEventDevicesPresent::devicesPresent not bound -!missing-type! DDDevice not bound -!missing-type! DDDeviceEvent not bound -!missing-type! DDDiscoverySession not bound -!missing-type! DDEvent not bound -!missing-type! DDEventDevicesPresent not bound diff --git a/tests/xtro-sharpie/macOS-FileProvider.todo b/tests/xtro-sharpie/macOS-FileProvider.todo index 959b96201957..ad77e4f6b577 100644 --- a/tests/xtro-sharpie/macOS-FileProvider.todo +++ b/tests/xtro-sharpie/macOS-FileProvider.todo @@ -9,3 +9,4 @@ !missing-selector! NSFileProviderManager::getServiceWithName:itemIdentifier:completionHandler: not bound !missing-selector! NSFileProviderManager::requestDownloadForItemWithIdentifier:requestedRange:completionHandler: not bound !missing-selector! NSFileProviderManager::requestModificationOfFields:forItemWithIdentifier:options:completionHandler: not bound +!missing-protocol-member! NSFileProviderPendingSetEnumerator::isMaximumSizeReached not found diff --git a/tests/xtro-sharpie/macOS-Foundation.todo b/tests/xtro-sharpie/macOS-Foundation.todo index 994b79c98d66..febc71286385 100644 --- a/tests/xtro-sharpie/macOS-Foundation.todo +++ b/tests/xtro-sharpie/macOS-Foundation.todo @@ -27,3 +27,38 @@ !missing-selector! NSOrderedSet::orderedSetByApplyingDifference: not bound !missing-type! NSOrderedCollectionChange not bound !missing-type! NSOrderedCollectionDifference not bound +!missing-type! NSPresentationIntent not bound +!extra-enum-value! Managed value 1 for NSItemProviderRepresentationVisibility.Team is available for the current platform while the value in the native header is not +!deprecated-attribute-missing! NSURLComponents::percentEncodedHost missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLComponents::setPercentEncodedHost: missing a [Deprecated] attribute +!missing-enum-value! NSActivityOptions native value NSActivityAnimationTrackingEnabled = 35184372088832 not bound +!missing-enum-value! NSActivityOptions native value NSActivityTrackingEnabled = 70368744177664 not bound +!missing-enum-value! NSActivityOptions native value NSActivityUserInteractive = 1095233437695 not bound +!missing-field! NSMarkdownSourcePositionAttributeName not bound +!missing-protocol-member! NSURLSessionTaskDelegate::URLSession:didCreateTask: not found +!missing-selector! NSAttributedStringMarkdownParsingOptions::appliesSourcePositionAttributes not bound +!missing-selector! NSAttributedStringMarkdownParsingOptions::setAppliesSourcePositionAttributes: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endLine not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::initWithStartLine:startColumn:endLine:endColumn: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::rangeInString: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startLine not bound +!missing-selector! NSInvocation::invokeUsingIMP: not bound +!missing-selector! NSMutableURLRequest::requiresDNSSECValidation not bound +!missing-selector! NSMutableURLRequest::setRequiresDNSSECValidation: not bound +!missing-selector! NSURLComponents::encodedHost not bound +!missing-selector! NSURLComponents::setEncodedHost: not bound +!missing-selector! NSURLSessionConfiguration::requiresDNSSECValidation not bound +!missing-selector! NSURLSessionConfiguration::setRequiresDNSSECValidation: not bound +!missing-selector! NSXPCConnection::activate not bound +!missing-selector! NSXPCConnection::setCodeSigningRequirement: not bound +!missing-selector! NSXPCListener::activate not bound +!missing-selector! NSXPCListener::setConnectionCodeSigningRequirement: not bound +!missing-type! NSAttributedStringMarkdownSourcePosition not bound +!missing-selector! +NSString::localizedStringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! +NSString::stringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:error: not bound diff --git a/tests/xtro-sharpie/macOS-GameController.todo b/tests/xtro-sharpie/macOS-GameController.todo index f8a1fa390e8a..a74325ee24c9 100644 --- a/tests/xtro-sharpie/macOS-GameController.todo +++ b/tests/xtro-sharpie/macOS-GameController.todo @@ -57,3 +57,7 @@ !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound !missing-type! GCPhysicalInputElementCollection not bound +!missing-field! GCInputButtonL4 not bound +!missing-field! GCInputButtonL5 not bound +!missing-field! GCInputButtonR4 not bound +!missing-field! GCInputButtonR5 not bound diff --git a/tests/xtro-sharpie/macOS-GameKit.todo b/tests/xtro-sharpie/macOS-GameKit.todo new file mode 100644 index 000000000000..d5881ca8af4f --- /dev/null +++ b/tests/xtro-sharpie/macOS-GameKit.todo @@ -0,0 +1 @@ +!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/macOS-MetalFX.todo b/tests/xtro-sharpie/macOS-MetalFX.todo index 0aaca1c082c4..2807e2225c41 100644 --- a/tests/xtro-sharpie/macOS-MetalFX.todo +++ b/tests/xtro-sharpie/macOS-MetalFX.todo @@ -1,6 +1,4 @@ !missing-enum! MTLFXSpatialScalerColorProcessingMode not bound -!missing-enum! MTLFXSpatialScalerVersion not bound -!missing-enum! MTLFXTemporalScalerVersion not bound !missing-protocol! MTLFXSpatialScaler not bound !missing-protocol! MTLFXTemporalScaler not bound !missing-selector! MTLFXSpatialScalerDescriptor::colorProcessingMode not bound @@ -18,11 +16,8 @@ !missing-selector! MTLFXSpatialScalerDescriptor::setOutputHeight: not bound !missing-selector! MTLFXSpatialScalerDescriptor::setOutputTextureFormat: not bound !missing-selector! MTLFXSpatialScalerDescriptor::setOutputWidth: not bound -!missing-selector! MTLFXSpatialScalerDescriptor::setVersion: not bound -!missing-selector! MTLFXSpatialScalerDescriptor::version not bound !missing-selector! MTLFXTemporalScalerDescriptor::colorTextureFormat not bound !missing-selector! MTLFXTemporalScalerDescriptor::depthTextureFormat not bound -!missing-selector! MTLFXTemporalScalerDescriptor::enableInputContentProperties not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputContentMaxScale not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputContentMinScale not bound !missing-selector! MTLFXTemporalScalerDescriptor::inputHeight not bound @@ -34,7 +29,6 @@ !missing-selector! MTLFXTemporalScalerDescriptor::outputWidth not bound !missing-selector! MTLFXTemporalScalerDescriptor::setColorTextureFormat: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setDepthTextureFormat: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::setEnableInputContentProperties: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputContentMaxScale: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputContentMinScale: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setInputHeight: not bound @@ -43,7 +37,11 @@ !missing-selector! MTLFXTemporalScalerDescriptor::setOutputHeight: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setOutputTextureFormat: not bound !missing-selector! MTLFXTemporalScalerDescriptor::setOutputWidth: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::setVersion: not bound -!missing-selector! MTLFXTemporalScalerDescriptor::version not bound !missing-type! MTLFXSpatialScalerDescriptor not bound !missing-type! MTLFXTemporalScalerDescriptor not bound +!missing-selector! +MTLFXSpatialScalerDescriptor::supportsDevice: not bound +!missing-selector! +MTLFXTemporalScalerDescriptor::supportsDevice: not bound +!missing-selector! MTLFXTemporalScalerDescriptor::isAutoExposureEnabled not bound +!missing-selector! MTLFXTemporalScalerDescriptor::isInputContentPropertiesEnabled not bound +!missing-selector! MTLFXTemporalScalerDescriptor::setAutoExposureEnabled: not bound +!missing-selector! MTLFXTemporalScalerDescriptor::setInputContentPropertiesEnabled: not bound diff --git a/tests/xtro-sharpie/macOS-MetalPerformanceShadersGraph.todo b/tests/xtro-sharpie/macOS-MetalPerformanceShadersGraph.todo index 5e07c24f7ee6..66857c229aa9 100644 --- a/tests/xtro-sharpie/macOS-MetalPerformanceShadersGraph.todo +++ b/tests/xtro-sharpie/macOS-MetalPerformanceShadersGraph.todo @@ -139,3 +139,34 @@ !missing-type! MPSGraphGRUDescriptor not bound !missing-type! MPSGraphLSTMDescriptor not bound !missing-type! MPSGraphSingleGateRNNDescriptor not bound +!missing-enum! MPSGraphResizeNearestRoundingMode not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound diff --git a/tests/xtro-sharpie/macOS-Security.ignore b/tests/xtro-sharpie/macOS-Security.ignore index d40ab0bc30c9..5de3dbe1e199 100644 --- a/tests/xtro-sharpie/macOS-Security.ignore +++ b/tests/xtro-sharpie/macOS-Security.ignore @@ -429,19 +429,6 @@ !missing-pinvoke! cssmAlgToOid is not bound !missing-pinvoke! cssmOidToAlg is not bound !missing-pinvoke! cssmPerror is not bound -!missing-pinvoke! SecAccessCopyACLList is not bound -!missing-pinvoke! SecAccessCopyMatchingACLList is not bound -!missing-pinvoke! SecAccessCopyOwnerAndACL is not bound -!missing-pinvoke! SecAccessCreate is not bound -!missing-pinvoke! SecAccessCreateWithOwnerAndACL is not bound -!missing-pinvoke! SecAccessGetTypeID is not bound -!missing-pinvoke! SecACLCopyAuthorizations is not bound -!missing-pinvoke! SecACLCopyContents is not bound -!missing-pinvoke! SecACLCreateWithSimpleContents is not bound -!missing-pinvoke! SecACLGetTypeID is not bound -!missing-pinvoke! SecACLRemove is not bound -!missing-pinvoke! SecACLSetContents is not bound -!missing-pinvoke! SecACLUpdateAuthorizations is not bound !missing-pinvoke! SecCertificateAddToKeychain is not bound !missing-pinvoke! SecCertificateCopyLongDescription is not bound !missing-pinvoke! SecCertificateCopyPreferred is not bound @@ -465,36 +452,6 @@ !missing-pinvoke! SecIdentitySetSystemIdentity is not bound !missing-pinvoke! SecItemExport is not bound !missing-pinvoke! SecItemImport is not bound -!missing-pinvoke! SecKeychainAddCallback is not bound -!missing-pinvoke! SecKeychainAttributeInfoForItemID is not bound -!missing-pinvoke! SecKeychainCopyDefault is not bound -!missing-pinvoke! SecKeychainCopyDomainDefault is not bound -!missing-pinvoke! SecKeychainCopyDomainSearchList is not bound -!missing-pinvoke! SecKeychainCopySearchList is not bound -!missing-pinvoke! SecKeychainFreeAttributeInfo is not bound -!missing-pinvoke! SecKeychainGetPreferenceDomain is not bound -!missing-pinvoke! SecKeychainGetStatus is not bound -!missing-pinvoke! SecKeychainGetTypeID is not bound -!missing-pinvoke! SecKeychainGetUserInteractionAllowed is not bound -!missing-pinvoke! SecKeychainGetVersion is not bound -!missing-pinvoke! SecKeychainItemCopyAccess is not bound -!missing-pinvoke! SecKeychainItemCopyAttributesAndData is not bound -!missing-pinvoke! SecKeychainItemCopyContent is not bound -!missing-pinvoke! SecKeychainItemCopyFromPersistentReference is not bound -!missing-pinvoke! SecKeychainItemCopyKeychain is not bound -!missing-pinvoke! SecKeychainItemCreateCopy is not bound -!missing-pinvoke! SecKeychainItemCreateFromContent is not bound -!missing-pinvoke! SecKeychainItemCreatePersistentReference is not bound -!missing-pinvoke! SecKeychainItemDelete is not bound -!missing-pinvoke! SecKeychainItemFreeAttributesAndData is not bound -!missing-pinvoke! SecKeychainItemGetTypeID is not bound -!missing-pinvoke! SecKeychainItemModifyAttributesAndData is not bound -!missing-pinvoke! SecKeychainItemModifyContent is not bound -!missing-pinvoke! SecKeychainItemSetAccess is not bound -!missing-pinvoke! SecKeychainRemoveCallback is not bound -!missing-pinvoke! SecKeychainSetDomainDefault is not bound -!missing-pinvoke! SecKeychainSetDomainSearchList is not bound -!missing-pinvoke! SecKeychainSetPreferenceDomain is not bound !missing-pinvoke! SecRequirementCopyData is not bound !missing-pinvoke! SecRequirementCopyString is not bound !missing-pinvoke! SecRequirementCreateWithData is not bound @@ -513,7 +470,6 @@ !missing-pinvoke! SecTaskCreateWithAuditToken is not bound !missing-pinvoke! SecTaskGetTypeID is not bound !missing-pinvoke! SecTrustCopyAnchorCertificates is not bound -!missing-pinvoke! SecTrustedApplicationGetTypeID is not bound !missing-pinvoke! SecTrustSetOptions is not bound !missing-pinvoke! SecTrustSettingsCopyCertificates is not bound !missing-pinvoke! SecTrustSettingsCopyModificationDate is not bound diff --git a/tests/xtro-sharpie/macOS-Security.todo b/tests/xtro-sharpie/macOS-Security.todo new file mode 100644 index 000000000000..3bd6871c5999 --- /dev/null +++ b/tests/xtro-sharpie/macOS-Security.todo @@ -0,0 +1,5 @@ +!deprecated-attribute-missing! SecKeychainAddGenericPassword missing a [Deprecated] attribute +!deprecated-attribute-missing! SecKeychainAddInternetPassword missing a [Deprecated] attribute +!deprecated-attribute-missing! SecKeychainFindGenericPassword missing a [Deprecated] attribute +!deprecated-attribute-missing! SecKeychainFindInternetPassword missing a [Deprecated] attribute +!deprecated-attribute-missing! SecKeychainItemFreeContent missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/macOS-SharedWithYouCore.todo b/tests/xtro-sharpie/macOS-SharedWithYouCore.todo index 5a273c54a096..fb9de9436072 100644 --- a/tests/xtro-sharpie/macOS-SharedWithYouCore.todo +++ b/tests/xtro-sharpie/macOS-SharedWithYouCore.todo @@ -77,3 +77,6 @@ !missing-type! SWSignedPersonIdentityProof not bound !missing-type! SWStartCollaborationAction not bound !missing-type! SWUpdateCollaborationParticipantsAction not bound +!missing-selector! SWCollaborationOptionsPickerGroup::selectedOptionIdentifier not bound +!missing-selector! SWCollaborationOptionsPickerGroup::setSelectedOptionIdentifier: not bound +!missing-type! SWCollaborationOptionsPickerGroup not bound diff --git a/tests/xtro-sharpie/tvOS-CHIP.ignore b/tests/xtro-sharpie/tvOS-CHIP.ignore index ce1c2a9a62ba..4376b4a81dac 100644 --- a/tests/xtro-sharpie/tvOS-CHIP.ignore +++ b/tests/xtro-sharpie/tvOS-CHIP.ignore @@ -356,7 +356,6 @@ !missing-selector! CHIPColorControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorCapabilitiesWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorControlOptionsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopActiveWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopDirectionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithCompletionHandler: not bound @@ -373,8 +372,6 @@ !missing-selector! CHIPColorControl::readAttributeColorPointRXWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorPointRYWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorTemperatureWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCompensationTextWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCurrentHueWithCompletionHandler: not bound @@ -412,7 +409,6 @@ !missing-selector! CHIPColorControl::stepHueWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stepSaturationWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stopMoveStepWithParams:completionHandler: not bound -!missing-selector! CHIPColorControl::writeAttributeColorControlOptionsWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:completionHandler: not bound @@ -491,15 +487,11 @@ !missing-selector! CHIPColorControlClusterMoveColorParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateX: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateY: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::moveMode not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsOverride not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::rate not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setMoveMode: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsOverride: not bound @@ -584,13 +576,9 @@ !missing-selector! CHIPColorControlClusterStepColorParams::stepX not bound !missing-selector! CHIPColorControlClusterStepColorParams::stepY not bound !missing-selector! CHIPColorControlClusterStepColorParams::transitionTime not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsOverride not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setStepMode: not bound @@ -694,12 +682,6 @@ !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::holidayIndex not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setHolidayIndex: not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::pinSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::setPinSlotIndex: not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::rfidSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::setRfidSlotIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::init not bound !missing-selector! CHIPDoorLockClusterClearUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::userIndex not bound @@ -742,48 +724,6 @@ !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setOperatingMode: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setStatus: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::status not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::logIndex not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::setLogIndex: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventIdOrAlarmCode not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventType not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::logEntryId not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventIdOrAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventType: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setLogEntryId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setSource: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setTimestamp: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::source not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::timestamp not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userType not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserParams::init not bound !missing-selector! CHIPDoorLockClusterGetUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetUserParams::userIndex not bound @@ -808,22 +748,6 @@ !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userStatus not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setWeekDayIndex: not bound @@ -865,36 +789,6 @@ !missing-selector! CHIPDoorLockClusterLockDoorParams::init not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::pinCode not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::setPinCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventCode not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventSource not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventSource: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventCode not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventSource not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventCode: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventSource: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userType not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credential not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credentialData not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::init not bound @@ -922,24 +816,6 @@ !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalEndTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalStartTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setOperatingMode: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::pin not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userType not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::credentialRule not bound !missing-selector! CHIPDoorLockClusterSetUserParams::init not bound !missing-selector! CHIPDoorLockClusterSetUserParams::operationType not bound @@ -955,16 +831,6 @@ !missing-selector! CHIPDoorLockClusterSetUserParams::userStatus not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::daysMask not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endHour not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endMinute not bound @@ -1329,7 +1195,6 @@ !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setZoneStatus: not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneId not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneStatus not bound -!missing-selector! CHIPIdentify::identifyQueryWithCompletionHandler: not bound !missing-selector! CHIPIdentify::identifyWithParams:completionHandler: not bound !missing-selector! CHIPIdentify::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPIdentify::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -1340,9 +1205,6 @@ !missing-selector! CHIPIdentifyClusterIdentifyParams::identifyTime not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::init not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::setIdentifyTime: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::init not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::setTimeout: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::timeout not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectIdentifier not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectVariant not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::init not bound @@ -1531,10 +1393,8 @@ !missing-selector! CHIPModeSelectClusterModeOptionStruct::init not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::label not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::mode not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTag not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setLabel: not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setMode: not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTag: not bound !missing-selector! CHIPModeSelectClusterSemanticTag::init not bound !missing-selector! CHIPModeSelectClusterSemanticTag::mfgCode not bound !missing-selector! CHIPModeSelectClusterSemanticTag::setMfgCode: not bound @@ -1619,17 +1479,14 @@ !missing-selector! CHIPOperationalCredentials::readAttributeSupportedFabricsWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::removeFabricWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::removeTrustedRootCertificateWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateFabricLabelWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateNOCWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::adminVendorId not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminNode not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::icacValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::ipkValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::nocValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setAdminVendorId: not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminNode: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIcacValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIpkValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setNocValue: not bound @@ -1678,9 +1535,6 @@ !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::fabricIndex not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setFabricIndex: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::setTrustedRootIdentifier: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::trustedRootIdentifier not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::label not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setLabel: not bound @@ -1929,7 +1783,6 @@ !missing-selector! CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMinMeasuredValueWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeCapacityWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -2058,11 +1911,9 @@ !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::capacity not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::groupId not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::init not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneCount not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneList not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setCapacity: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setGroupId: not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneCount: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneList: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::status not bound @@ -2093,13 +1944,6 @@ !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setSceneId: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::status not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::clusterId not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::init not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::length not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setClusterId: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setLength: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setValue: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::value not bound !missing-selector! CHIPScenesClusterStoreSceneParams::groupId not bound !missing-selector! CHIPScenesClusterStoreSceneParams::init not bound !missing-selector! CHIPScenesClusterStoreSceneParams::sceneId not bound @@ -2609,7 +2453,6 @@ !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg5: not bound !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg6: not bound !missing-selector! CHIPThermostat::clearWeeklyScheduleWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::getRelayStatusLogWithCompletionHandler: not bound !missing-selector! CHIPThermostat::getWeeklyScheduleWithParams:completionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithCompletionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithCompletionHandler: not bound @@ -2656,11 +2499,9 @@ !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::init not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::modeForSequence not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::payload not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setDayOfWeekForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setModeForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setPayload: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithCompletionHandler: not bound @@ -2871,17 +2712,13 @@ !missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:completionHandler: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::liftValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setLiftValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTiltValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::tiltValue not bound @@ -2958,8 +2795,6 @@ !missing-type! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams not bound !missing-type! CHIPDoorLockClusterClearCredentialParams not bound !missing-type! CHIPDoorLockClusterClearHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterClearPINCodeParams not bound -!missing-type! CHIPDoorLockClusterClearRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterClearUserParams not bound !missing-type! CHIPDoorLockClusterClearWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterClearYearDayScheduleParams not bound @@ -2968,33 +2803,17 @@ !missing-type! CHIPDoorLockClusterGetCredentialStatusResponseParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleResponseParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordResponseParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeResponseParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeResponseParams not bound !missing-type! CHIPDoorLockClusterGetUserParams not bound !missing-type! CHIPDoorLockClusterGetUserResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeResponseParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterLockDoorParams not bound -!missing-type! CHIPDoorLockClusterOperatingEventNotificationParams not bound -!missing-type! CHIPDoorLockClusterProgrammingEventNotificationParams not bound !missing-type! CHIPDoorLockClusterSetCredentialParams not bound !missing-type! CHIPDoorLockClusterSetCredentialResponseParams not bound !missing-type! CHIPDoorLockClusterSetHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterSetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterSetRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterSetUserParams not bound -!missing-type! CHIPDoorLockClusterSetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterSetUserTypeParams not bound !missing-type! CHIPDoorLockClusterSetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterSetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterUnlockDoorParams not bound @@ -3039,7 +2858,6 @@ !missing-type! CHIPIasZoneClusterZoneEnrollResponseParams not bound !missing-type! CHIPIasZoneClusterZoneStatusChangeNotificationParams not bound !missing-type! CHIPIdentifyClusterIdentifyParams not bound -!missing-type! CHIPIdentifyClusterIdentifyQueryResponseParams not bound !missing-type! CHIPIdentifyClusterTriggerEffectParams not bound !missing-type! CHIPIlluminanceMeasurement not bound !missing-type! CHIPKeypadInputClusterSendKeyParams not bound @@ -3080,7 +2898,6 @@ !missing-type! CHIPOperationalCredentialsClusterNOCResponseParams not bound !missing-type! CHIPOperationalCredentialsClusterNOCStruct not bound !missing-type! CHIPOperationalCredentialsClusterRemoveFabricParams not bound -!missing-type! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateFabricLabelParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateNOCParams not bound !missing-type! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams not bound @@ -3132,7 +2949,6 @@ !missing-type! CHIPScenesClusterRemoveAllScenesResponseParams not bound !missing-type! CHIPScenesClusterRemoveSceneParams not bound !missing-type! CHIPScenesClusterRemoveSceneResponseParams not bound -!missing-type! CHIPScenesClusterSceneExtensionFieldSet not bound !missing-type! CHIPScenesClusterStoreSceneParams not bound !missing-type! CHIPScenesClusterStoreSceneResponseParams not bound !missing-type! CHIPScenesClusterViewSceneParams not bound @@ -3185,3 +3001,4876 @@ !missing-type! CHIPWindowCoveringClusterGoToLiftValueParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltPercentageParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltValueParams not bound +!extra-protocol-member! unexpected selector CHIPDevicePairingDelegate::onAddressUpdated: found +!extra-protocol-member! unexpected selector CHIPKeypair::ECDSA_sign_hash: found +!extra-protocol-member! unexpected selector CHIPKeypair::initialize found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPDeleteKeyValue: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPGetKeyValue: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPSetKeyValue:value: found +!missing-enum! CHIPAccessControlAuthMode not bound +!missing-enum! CHIPAccessControlChangeType not bound +!missing-enum! CHIPAccessControlPrivilege not bound +!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound +!missing-enum! CHIPAdministratorCommissioningStatusCode not bound +!missing-enum! CHIPApplianceControlApplianceStatus not bound +!missing-enum! CHIPApplianceControlCommandIdentification not bound +!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound +!missing-enum! CHIPApplianceControlWarningEvent not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound +!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound +!missing-enum! CHIPApplicationBasicApplicationStatus not bound +!missing-enum! CHIPApplicationLauncherFeature not bound +!missing-enum! CHIPApplicationLauncherStatus not bound +!missing-enum! CHIPAudioOutputFeature not bound +!missing-enum! CHIPAudioOutputOutputType not bound +!missing-enum! CHIPBridgedActionsActionError not bound +!missing-enum! CHIPBridgedActionsActionState not bound +!missing-enum! CHIPBridgedActionsActionType not bound +!missing-enum! CHIPBridgedActionsCommandBits not bound +!missing-enum! CHIPBridgedActionsEndpointListType not bound +!missing-enum! CHIPChannelFeature not bound +!missing-enum! CHIPChannelLineupInfoType not bound +!missing-enum! CHIPChannelStatus not bound +!missing-enum! CHIPColorControlColorCapabilities not bound +!missing-enum! CHIPColorControlColorLoopAction not bound +!missing-enum! CHIPColorControlColorLoopDirection not bound +!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound +!missing-enum! CHIPColorControlColorMode not bound +!missing-enum! CHIPColorControlFeature not bound +!missing-enum! CHIPColorControlHueDirection not bound +!missing-enum! CHIPColorControlHueMoveMode not bound +!missing-enum! CHIPColorControlHueStepMode not bound +!missing-enum! CHIPColorControlSaturationMoveMode not bound +!missing-enum! CHIPColorControlSaturationStepMode not bound +!missing-enum! CHIPContentLauncherContentLaunchStatus not bound +!missing-enum! CHIPContentLauncherFeature not bound +!missing-enum! CHIPContentLauncherMetricType not bound +!missing-enum! CHIPContentLauncherParameter not bound +!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound +!missing-enum! CHIPDiagnosticLogsLogsIntent not bound +!missing-enum! CHIPDiagnosticLogsLogsStatus not bound +!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound +!missing-enum! CHIPDoorLockDayOfWeek not bound +!missing-enum! CHIPDoorLockDlAlarmCode not bound +!missing-enum! CHIPDoorLockDlCredentialRule not bound +!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound +!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound +!missing-enum! CHIPDoorLockDlCredentialType not bound +!missing-enum! CHIPDoorLockDlDataOperationType not bound +!missing-enum! CHIPDoorLockDlDaysMaskMap not bound +!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound +!missing-enum! CHIPDoorLockDlDoorState not bound +!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound +!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound +!missing-enum! CHIPDoorLockDlLockDataType not bound +!missing-enum! CHIPDoorLockDlLockOperationType not bound +!missing-enum! CHIPDoorLockDlLockState not bound +!missing-enum! CHIPDoorLockDlLockType not bound +!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound +!missing-enum! CHIPDoorLockDlOperatingMode not bound +!missing-enum! CHIPDoorLockDlOperationError not bound +!missing-enum! CHIPDoorLockDlOperationSource not bound +!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlStatus not bound +!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound +!missing-enum! CHIPDoorLockDlUserStatus not bound +!missing-enum! CHIPDoorLockDlUserType not bound +!missing-enum! CHIPDoorLockFeature not bound +!missing-enum! CHIPDoorLockOperationEventCode not bound +!missing-enum! CHIPDoorLockProgrammingEventCode not bound +!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound +!missing-enum! CHIPDoorLockUserStatus not bound +!missing-enum! CHIPDoorLockUserType not bound +!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound +!missing-enum! CHIPFanControlFanModeSequenceType not bound +!missing-enum! CHIPFanControlFanModeType not bound +!missing-enum! CHIPFanControlFeature not bound +!missing-enum! CHIPFanControlRockSupportMask not bound +!missing-enum! CHIPFanControlWindSettingMask not bound +!missing-enum! CHIPFanControlWindSupportMask not bound +!missing-enum! CHIPGeneralCommissioningCommissioningError not bound +!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound +!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound +!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound +!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound +!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound +!missing-enum! CHIPIasAceAlarmStatus not bound +!missing-enum! CHIPIasAceArmMode not bound +!missing-enum! CHIPIasAceArmNotification not bound +!missing-enum! CHIPIasAceAudibleNotification not bound +!missing-enum! CHIPIasAceBypassResult not bound +!missing-enum! CHIPIasAceIasZoneStatus not bound +!missing-enum! CHIPIasAceIasZoneType not bound +!missing-enum! CHIPIasAcePanelStatus not bound +!missing-enum! CHIPIasWdSquawkInfo not bound +!missing-enum! CHIPIasWdWarningInfo not bound +!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound +!missing-enum! CHIPIasZoneStatus not bound +!missing-enum! CHIPIasZoneType not bound +!missing-enum! CHIPIdentifyEffectIdentifier not bound +!missing-enum! CHIPIdentifyEffectVariant not bound +!missing-enum! CHIPIdentifyType not bound +!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound +!missing-enum! CHIPKeypadInputCecKeyCode not bound +!missing-enum! CHIPKeypadInputFeature not bound +!missing-enum! CHIPKeypadInputStatus not bound +!missing-enum! CHIPLevelControlFeature not bound +!missing-enum! CHIPLevelControlMoveMode not bound +!missing-enum! CHIPLevelControlStepMode not bound +!missing-enum! CHIPMediaInputFeature not bound +!missing-enum! CHIPMediaInputInputType not bound +!missing-enum! CHIPMediaPlaybackPlaybackState not bound +!missing-enum! CHIPMediaPlaybackStatus not bound +!missing-enum! CHIPMessagingConfirmationControl not bound +!missing-enum! CHIPMessagingControlConfirmation not bound +!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound +!missing-enum! CHIPMessagingControlImportance not bound +!missing-enum! CHIPMessagingControlMask not bound +!missing-enum! CHIPMessagingControlTransmission not bound +!missing-enum! CHIPMessagingEventId not bound +!missing-enum! CHIPMessagingExtendedControlMask not bound +!missing-enum! CHIPModeSelectFeature not bound +!missing-enum! CHIPNetworkCommissioningFeature not bound +!missing-enum! CHIPNetworkCommissioningStatus not bound +!missing-enum! CHIPNetworkCommissioningWiFiBand not bound +!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound +!missing-enum! CHIPOnOffControl not bound +!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound +!missing-enum! CHIPOnOffDyingLightEffectVariant not bound +!missing-enum! CHIPOnOffEffectIdentifier not bound +!missing-enum! CHIPOnOffFeature not bound +!missing-enum! CHIPOnOffSceneFeatures not bound +!missing-enum! CHIPOnOffStartUpOnOff not bound +!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound +!missing-enum! CHIPPowerSourceBatChargeFaultType not bound +!missing-enum! CHIPPowerSourceBatChargeLevel not bound +!missing-enum! CHIPPowerSourceBatChargeState not bound +!missing-enum! CHIPPowerSourceBatFaultType not bound +!missing-enum! CHIPPowerSourceBatReplaceability not bound +!missing-enum! CHIPPowerSourceFeature not bound +!missing-enum! CHIPPowerSourceStatus not bound +!missing-enum! CHIPPowerSourceWiredCurrentType not bound +!missing-enum! CHIPPowerSourceWiredFaultType not bound +!missing-enum! CHIPPressureMeasurementPressureFeature not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound +!missing-enum! CHIPScenesCopyMode not bound +!missing-enum! CHIPSoftwareDiagnosticsFeature not bound +!missing-enum! CHIPTargetNavigatorStatus not bound +!missing-enum! CHIPTestClusterBitmap16MaskMap not bound +!missing-enum! CHIPTestClusterBitmap32MaskMap not bound +!missing-enum! CHIPTestClusterBitmap64MaskMap not bound +!missing-enum! CHIPTestClusterBitmap8MaskMap not bound +!missing-enum! CHIPTestClusterSimple not bound +!missing-enum! CHIPTestClusterSimpleBitmap not bound +!missing-enum! CHIPThermostatControlSequence not bound +!missing-enum! CHIPThermostatDayOfWeek not bound +!missing-enum! CHIPThermostatFeature not bound +!missing-enum! CHIPThermostatModeForSequence not bound +!missing-enum! CHIPThermostatRunningMode not bound +!missing-enum! CHIPThermostatSetpointAdjustMode not bound +!missing-enum! CHIPThermostatSystemMode not bound +!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound +!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound +!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound +!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound +!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound +!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound +!missing-enum! CHIPUnitLocalizationFeature not bound +!missing-enum! CHIPUnitLocalizationTempUnit not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound +!missing-enum! CHIPWindowCoveringConfigStatus not bound +!missing-enum! CHIPWindowCoveringEndProductType not bound +!missing-enum! CHIPWindowCoveringMode not bound +!missing-enum! CHIPWindowCoveringType not bound +!missing-enum! CHIPWindowCoveringWcFeature not bound +!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound +!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound +!missing-enum! MatterClusterAttributeIDType not bound +!missing-enum! MatterClusterCommandIDType not bound +!missing-enum! MatterClusterEventIDType not bound +!missing-enum! MatterClusterIDType not bound +!missing-enum! MatterInteractionErrorCode not bound +!missing-field! kCHIPArrayValueType not bound +!missing-field! kCHIPAttributePathKey not bound +!missing-field! kCHIPBooleanValueType not bound +!missing-field! kCHIPCommandPathKey not bound +!missing-field! kCHIPContextTagKey not bound +!missing-field! kCHIPDataKey not bound +!missing-field! kCHIPDoubleValueType not bound +!missing-field! kCHIPErrorKey not bound +!missing-field! kCHIPFloatValueType not bound +!missing-field! kCHIPNullValueType not bound +!missing-field! kCHIPOctetStringValueType not bound +!missing-field! kCHIPSignedIntegerValueType not bound +!missing-field! kCHIPStructureValueType not bound +!missing-field! kCHIPTypeKey not bound +!missing-field! kCHIPUnsignedIntegerValueType not bound +!missing-field! kCHIPUTF8StringValueType not bound +!missing-field! kCHIPValueKey not bound +!missing-field! MatterInteractionErrorDomain not bound +!missing-protocol! CHIPDeviceAttestationDelegate not bound +!missing-protocol! CHIPDeviceControllerClientProtocol not bound +!missing-protocol! CHIPDeviceControllerServerProtocol not bound +!missing-protocol-member! CHIPDevicePairingDelegate::onCommissioningComplete: not found +!missing-protocol-member! CHIPKeypair::ECDSA_sign_message_DER: not found +!missing-protocol-member! CHIPKeypair::ECDSA_sign_message_raw: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::removeStorageDataForKey: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::setStorageData:forKey: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::storageDataForKey: not found +!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierClosePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeActiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeApplicationTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeInactiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePolarityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeReliabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeCredentialRulesSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorClosedEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableInsideStatusLEDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableLocalProgrammingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeExpiringUserTimeoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLEDSettingsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSendPINOverTheAirWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeNeutralCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound +!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveWiredFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryANSIDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryApprovedChemistryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargingCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCommonDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryIECDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryQuantityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplaceabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementNeededWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredCurrentTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredMaximumCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredNominalVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeLastConfiguredByWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityformatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCoilTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCompressorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACErrorCodeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACLouverPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACRefrigerantTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeEmergencyHeatDeltaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureCalibrationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOutdoorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePICoolingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePIHeatingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeRemoteSensingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeAmountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +MatterControllerFactory::sharedInstance not bound +!missing-selector! +MTRCertificates::generateCertificateSigningRequest:error: not bound +!missing-selector! +MTRCertificates::generateIntermediateCertificate:rootCertificate:intermediatePublicKey:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::generateOperationalCertificate:signingCertificate:operationalPublicKey:fabricId:nodeId:caseAuthenticatedTags:error: not bound +!missing-selector! +MTRCertificates::generateRootCertificate:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::isCertificate:equalTo: not bound +!missing-selector! +MTRCertificates::keypair:matchesCertificate: not bound +!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeAclWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeExtensionWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::logoutWithParams:completionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::init not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::revokeCommissioningWithParams:completionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::init not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::init not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::init not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::init not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::init not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:params:completionHandler: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound +!missing-selector! CHIPAttributeReport::error not bound +!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControl::barrierControlStopWithParams:completionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierClosePeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierClosePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::init not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithCompletionHandler: not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithParams:completionHandler: not bound +!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocalConfigDisabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocationWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::init not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeActiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeApplicationTypeWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeInactiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributePolarityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeReliabilityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeActiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeApplicationTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeInactiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePolarityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeReliabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeOutOfServiceWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributePresentValueWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound +!missing-selector! CHIPBinding::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:params:completionHandler: not bound +!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound +!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound +!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound +!missing-selector! CHIPBindingClusterTargetStruct::group not bound +!missing-selector! CHIPBindingClusterTargetStruct::init not bound +!missing-selector! CHIPBindingClusterTargetStruct::node not bound +!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound +!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound +!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound +!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::init not bound +!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::name not bound +!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::init not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound +!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound +!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeOptionsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeStartUpColorTemperatureMiredsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPCommandPath::cluster not bound +!missing-selector! CHIPCommandPath::command not bound +!missing-selector! CHIPCommandPath::endpoint not bound +!missing-selector! CHIPCommissioningParameters::attestationNonce not bound +!missing-selector! CHIPCommissioningParameters::CSRNonce not bound +!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound +!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound +!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound +!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound +!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound +!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound +!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound +!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound +!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound +!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound +!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound +!missing-selector! CHIPCommissioningParameters::wifiSSID not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:params:completionHandler: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound +!missing-selector! CHIPContentLauncherClusterDimension::height not bound +!missing-selector! CHIPContentLauncherClusterDimension::init not bound +!missing-selector! CHIPContentLauncherClusterDimension::metric not bound +!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound +!missing-selector! CHIPContentLauncherClusterDimension::width not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound +!missing-selector! CHIPContentLauncherClusterParameter::init not bound +!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound +!missing-selector! CHIPContentLauncherClusterParameter::type not bound +!missing-selector! CHIPContentLauncherClusterParameter::value not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound +!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound +!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound +!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound +!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound +!missing-selector! CHIPDeviceController::controllerNodeId not bound +!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound +!missing-selector! CHIPDeviceController::pairDevice:address:port:setupPINCode:error: not bound +!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithOperationalKeypair:operationalCertificate:intermediateCertificate:rootCertificate:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithSigningKeypair:fabricId:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::intermediateCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound +!missing-selector! CHIPDeviceControllerStartupParams::nocSigner not bound +!missing-selector! CHIPDeviceControllerStartupParams::nodeId not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalKeypair not bound +!missing-selector! CHIPDeviceControllerStartupParams::rootCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::setIntermediateCertificate: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setNodeId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setOperationalKeypair: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setRootCertificate: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeCredentialRulesSupportWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorClosedEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableInsideStatusLEDWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableLocalProgrammingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeExpiringUserTimeoutWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLEDSettingsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSendPINOverTheAirWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeCredentialRulesSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDefaultConfigurationRegisterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorClosedEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableInsideStatusLEDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableLocalProgrammingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeExpiringUserTimeoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLEDSettingsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLocalProgrammingFeaturesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfCredentialsSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeRequirePINforRemoteOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSendPINOverTheAirWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::creatorFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::lastModifiedFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setCreatorFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setLastModifiedFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurement::getMeasurementProfileCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeNeutralCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcActivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcReactivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousActiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousLineCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousReactiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeNeutralCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePhaseHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::init not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPEventPath::cluster not bound +!missing-selector! CHIPEventPath::endpoint not bound +!missing-selector! CHIPEventPath::event not bound +!missing-selector! CHIPEventReport::error not bound +!missing-selector! CHIPEventReport::eventNumber not bound +!missing-selector! CHIPEventReport::path not bound +!missing-selector! CHIPEventReport::priority not bound +!missing-selector! CHIPEventReport::timestamp not bound +!missing-selector! CHIPEventReport::value not bound +!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::commissioningCompleteWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::writeAttributeBreadcrumbWithValue:params:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::init not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTestEventTriggersEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::testEventTriggerWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::enableKey not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::eventTrigger not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::init not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEnableKey: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEventTrigger: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:params:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::removeAllGroupsWithParams:completionHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::init not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::init not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterFireParams::init not bound +!missing-selector! CHIPIasAceClusterFireParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterFireParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::init not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::init not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::init not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanicParams::init not bound +!missing-selector! CHIPIasAceClusterPanicParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanicParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterSquawkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterSquawkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::writeAttributeIdentifyTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControl::moveToClosestFrequencyWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::stopWithOnOffWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeDefaultMoveRateWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeStartUpCurrentLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::frequency not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::init not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setFrequency: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::init not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:params:completionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::sleepWithParams:completionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::init not bound +!missing-selector! CHIPLowPowerClusterSleepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInput::hideInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::showInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound +!missing-selector! CHIPMediaInputClusterInputInfo::index not bound +!missing-selector! CHIPMediaInputClusterInputInfo::init not bound +!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound +!missing-selector! CHIPMediaInputClusterInputInfo::name not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::init not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeOnModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTags not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTags: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound +!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::offWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithRecallGlobalSceneWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::toggleWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOffWaitTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOnTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeStartUpOnOffWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOffClusterOffParams::init not bound +!missing-selector! CHIPOnOffClusterOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnParams::init not bound +!missing-selector! CHIPOnOffClusterOnParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::init not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterToggleParams::init not bound +!missing-selector! CHIPOnOffClusterToggleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterToggleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::writeAttributeSwitchActionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminSubject not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminSubject: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::isForUpdateNOC not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setIsForUpdateNOC: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:params:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound +!missing-selector! CHIPPollControlClusterCheckInParams::init not bound +!missing-selector! CHIPPollControlClusterCheckInParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::init not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::init not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::init not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeActiveWiredFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryANSIDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryApprovedChemistryWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCapacityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryChargingCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCommonDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryIECDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryQuantityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplaceabilityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementNeededWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredCurrentTypeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredMaximumCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredNominalVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryChargeFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveWiredFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryANSIDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryApprovedChemistryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargingCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCommonDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryFunctionalWhileChargingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryIECDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryQuantityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplaceabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementNeededWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeToFullChargeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredCurrentTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredMaximumCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredNominalVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMaxScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMinScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaleWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeControlModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeEnergyConsumedWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeRunningHoursWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPReadParams::fabricFiltered not bound +!missing-selector! CHIPReadParams::init not bound +!missing-selector! CHIPReadParams::setFabricFiltered: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::copySceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedAddSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedViewSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeLastConfiguredByWithCompletionHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeLastConfiguredByWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeId not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeValue not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::init not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeId: not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeValue: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::attributeValueList not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::clusterId not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::init not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setAttributeValueList: not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setClusterId: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::resetWatermarksWithParams:completionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound +!missing-selector! CHIPSubscribeParams::autoResubscribe not bound +!missing-selector! CHIPSubscribeParams::init not bound +!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound +!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound +!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound +!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound +!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::testComplexNullableOptionalRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestFabricScopedEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testNotHandledWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSimpleArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSpecificWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testStructArrayArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testUnknownCommandWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::timedInvokeRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochSWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochUsWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListStructOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeTimedWriteBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeUnsupportedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeVendorIdWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::init not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::init not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::init not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostat::clearWeeklyScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityformatWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCoilTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCompressorTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACErrorCodeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACLouverPositionWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACRefrigerantTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeEmergencyHeatDeltaWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeLocalTemperatureCalibrationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupancyWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOutdoorTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePICoolingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePIHeatingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeRemoteSensingWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeAmountWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningStateWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityformatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCoilTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCompressorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACErrorCodeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACLouverPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACRefrigerantTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeEmergencyHeatDeltaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeHVACSystemTypeConfigurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureCalibrationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOutdoorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePICoolingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePIHeatingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeRemoteSensingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeAmountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatProgrammingOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeControlSequenceOfOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinSetpointDeadBandWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeSystemModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::init not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::transitions not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::transitions not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::coolSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::heatSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::init not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setCoolSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setHeatSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setTransitionTime: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::transitionTime not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeKeypadLockoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeScheduleProgrammingVisibilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeTemperatureDisplayModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:params:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:params:completionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:params:completionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCovering::downOrCloseWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::stopMotionWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::upOrOpenWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::init not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::init not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::init not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWriteParams::dataVersion not bound +!missing-selector! CHIPWriteParams::init not bound +!missing-selector! CHIPWriteParams::setDataVersion: not bound +!missing-selector! CHIPWriteParams::setTimedWriteTimeoutMs: not bound +!missing-selector! CHIPWriteParams::timedWriteTimeoutMs not bound +!missing-selector! MatterControllerFactory::isRunning not bound +!missing-selector! MatterControllerFactory::shutdown not bound +!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound +!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound +!missing-selector! MatterControllerFactory::startup: not bound +!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound +!missing-selector! MatterControllerFactoryParams::paaCerts not bound +!missing-selector! MatterControllerFactoryParams::port not bound +!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound +!missing-selector! MatterControllerFactoryParams::setPort: not bound +!missing-selector! MatterControllerFactoryParams::setStartServer: not bound +!missing-selector! MatterControllerFactoryParams::startServer not bound +!missing-selector! MatterControllerFactoryParams::storageDelegate not bound +!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound +!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound +!missing-type! CHIPAccountLoginClusterLogoutParams not bound +!missing-type! CHIPAdministratorCommissioningClusterRevokeCommissioningParams not bound +!missing-type! CHIPAlarmsClusterGetAlarmParams not bound +!missing-type! CHIPAlarmsClusterResetAlarmLogParams not bound +!missing-type! CHIPAlarmsClusterResetAllAlarmsParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseResumeParams not bound +!missing-type! CHIPApplianceControlClusterSignalStateParams not bound +!missing-type! CHIPApplianceEventsAndAlertClusterGetAlertsParams not bound +!missing-type! CHIPApplianceStatisticsClusterLogQueueRequestParams not bound +!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound +!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound +!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound +!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound +!missing-type! CHIPAttributeCacheContainer not bound +!missing-type! CHIPAudioOutputClusterOutputInfo not bound +!missing-type! CHIPBarrierControlClusterBarrierControlStopParams not bound +!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound +!missing-type! CHIPBasicClusterLeaveEvent not bound +!missing-type! CHIPBasicClusterMfgSpecificPingParams not bound +!missing-type! CHIPBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBasicClusterShutDownEvent not bound +!missing-type! CHIPBasicClusterStartUpEvent not bound +!missing-type! CHIPBindingClusterTargetStruct not bound +!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound +!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound +!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound +!missing-type! CHIPChannel not bound +!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound +!missing-type! CHIPChannelClusterChangeChannelParams not bound +!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound +!missing-type! CHIPChannelClusterChannelInfo not bound +!missing-type! CHIPChannelClusterLineupInfo not bound +!missing-type! CHIPChannelClusterSkipChannelParams not bound +!missing-type! CHIPCommandPath not bound +!missing-type! CHIPCommissioningParameters not bound +!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound +!missing-type! CHIPContentLauncherClusterBrandingInformation not bound +!missing-type! CHIPContentLauncherClusterContentSearch not bound +!missing-type! CHIPContentLauncherClusterDimension not bound +!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound +!missing-type! CHIPContentLauncherClusterParameter not bound +!missing-type! CHIPContentLauncherClusterStyleInformation not bound +!missing-type! CHIPDeviceControllerStartupParams not bound +!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound +!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationEvent not bound +!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound +!missing-type! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams not bound +!missing-type! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPEventPath not bound +!missing-type! CHIPEventReport not bound +!missing-type! CHIPFanControl not bound +!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound +!missing-type! CHIPGeneralCommissioningClusterCommissioningCompleteParams not bound +!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterTestEventTriggerParams not bound +!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound +!missing-type! CHIPGroupsClusterRemoveAllGroupsParams not bound +!missing-type! CHIPIasAceClusterEmergencyParams not bound +!missing-type! CHIPIasAceClusterFireParams not bound +!missing-type! CHIPIasAceClusterGetBypassedZoneListParams not bound +!missing-type! CHIPIasAceClusterGetPanelStatusParams not bound +!missing-type! CHIPIasAceClusterGetZoneIdMapParams not bound +!missing-type! CHIPIasAceClusterPanicParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams not bound +!missing-type! CHIPIasZoneClusterInitiateTestModeResponseParams not bound +!missing-type! CHIPLevelControlClusterMoveToClosestFrequencyParams not bound +!missing-type! CHIPLevelControlClusterStopWithOnOffParams not bound +!missing-type! CHIPLocalizationConfiguration not bound +!missing-type! CHIPLowPowerClusterSleepParams not bound +!missing-type! CHIPMediaInputClusterHideInputStatusParams not bound +!missing-type! CHIPMediaInputClusterInputInfo not bound +!missing-type! CHIPMediaInputClusterShowInputStatusParams not bound +!missing-type! CHIPMediaPlaybackClusterFastForwardParams not bound +!missing-type! CHIPMediaPlaybackClusterNextParams not bound +!missing-type! CHIPMediaPlaybackClusterPauseParams not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound +!missing-type! CHIPMediaPlaybackClusterPlayParams not bound +!missing-type! CHIPMediaPlaybackClusterPreviousParams not bound +!missing-type! CHIPMediaPlaybackClusterRewindParams not bound +!missing-type! CHIPMediaPlaybackClusterSeekParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound +!missing-type! CHIPMediaPlaybackClusterStartOverParams not bound +!missing-type! CHIPMediaPlaybackClusterStopPlaybackParams not bound +!missing-type! CHIPMessagingClusterGetLastMessageParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound +!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound +!missing-type! CHIPOnOffClusterOffParams not bound +!missing-type! CHIPOnOffClusterOnParams not bound +!missing-type! CHIPOnOffClusterOnWithRecallGlobalSceneParams not bound +!missing-type! CHIPOnOffClusterToggleParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound +!missing-type! CHIPPollControlClusterCheckInParams not bound +!missing-type! CHIPPollControlClusterFastPollStopParams not bound +!missing-type! CHIPPowerProfileClusterGetOverallSchedulePriceParams not bound +!missing-type! CHIPPowerProfileClusterPowerProfileStateRequestParams not bound +!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound +!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound +!missing-type! CHIPReadParams not bound +!missing-type! CHIPScenesClusterAttributeValuePair not bound +!missing-type! CHIPScenesClusterExtensionFieldSet not bound +!missing-type! CHIPSoftwareDiagnosticsClusterResetWatermarksParams not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound +!missing-type! CHIPSubscribeParams not bound +!missing-type! CHIPSwitchClusterInitialPressEvent not bound +!missing-type! CHIPSwitchClusterLongPressEvent not bound +!missing-type! CHIPSwitchClusterLongReleaseEvent not bound +!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound +!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound +!missing-type! CHIPSwitchClusterShortReleaseEvent not bound +!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound +!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound +!missing-type! CHIPTestClusterClusterTestEventEvent not bound +!missing-type! CHIPTestClusterClusterTestFabricScoped not bound +!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound +!missing-type! CHIPTestClusterClusterTestNotHandledParams not bound +!missing-type! CHIPTestClusterClusterTestParams not bound +!missing-type! CHIPTestClusterClusterTestSpecificParams not bound +!missing-type! CHIPTestClusterClusterTestUnknownCommandParams not bound +!missing-type! CHIPTestClusterClusterTimedInvokeRequestParams not bound +!missing-type! CHIPThermostatClusterClearWeeklyScheduleParams not bound +!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound +!missing-type! CHIPThermostatClusterThermostatScheduleTransition not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPTimeFormatLocalization not bound +!missing-type! CHIPUnitLocalization not bound +!missing-type! CHIPUserLabel not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPWindowCoveringClusterDownOrCloseParams not bound +!missing-type! CHIPWindowCoveringClusterStopMotionParams not bound +!missing-type! CHIPWindowCoveringClusterUpOrOpenParams not bound +!missing-type! CHIPWriteParams not bound +!missing-type! MatterControllerFactory not bound +!missing-type! MatterControllerFactoryParams not bound +!missing-type! MTRCertificates not bound +!unknown-type! CHIPTvChannel bound diff --git a/tests/xtro-sharpie/tvOS-CHIP.todo b/tests/xtro-sharpie/tvOS-CHIP.todo deleted file mode 100644 index 180dee48c412..000000000000 --- a/tests/xtro-sharpie/tvOS-CHIP.todo +++ /dev/null @@ -1,2868 +0,0 @@ -!extra-protocol-member! unexpected selector CHIPDevicePairingDelegate::onAddressUpdated: found -!missing-enum! CHIPAccessControlAuthMode not bound -!missing-enum! CHIPAccessControlChangeType not bound -!missing-enum! CHIPAccessControlPrivilege not bound -!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound -!missing-enum! CHIPAdministratorCommissioningStatusCode not bound -!missing-enum! CHIPApplianceControlApplianceStatus not bound -!missing-enum! CHIPApplianceControlCommandIdentification not bound -!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound -!missing-enum! CHIPApplianceControlWarningEvent not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound -!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound -!missing-enum! CHIPApplicationBasicApplicationStatus not bound -!missing-enum! CHIPApplicationLauncherFeature not bound -!missing-enum! CHIPApplicationLauncherStatus not bound -!missing-enum! CHIPAudioOutputOutputType not bound -!missing-enum! CHIPBridgedActionsActionError not bound -!missing-enum! CHIPBridgedActionsActionState not bound -!missing-enum! CHIPBridgedActionsActionType not bound -!missing-enum! CHIPBridgedActionsCommandBits not bound -!missing-enum! CHIPBridgedActionsEndpointListType not bound -!missing-enum! CHIPChannelFeature not bound -!missing-enum! CHIPChannelLineupInfoType not bound -!missing-enum! CHIPChannelStatus not bound -!missing-enum! CHIPColorControlColorCapabilities not bound -!missing-enum! CHIPColorControlColorLoopAction not bound -!missing-enum! CHIPColorControlColorLoopDirection not bound -!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound -!missing-enum! CHIPColorControlColorMode not bound -!missing-enum! CHIPColorControlHueDirection not bound -!missing-enum! CHIPColorControlHueMoveMode not bound -!missing-enum! CHIPColorControlHueStepMode not bound -!missing-enum! CHIPColorControlSaturationMoveMode not bound -!missing-enum! CHIPColorControlSaturationStepMode not bound -!missing-enum! CHIPContentLauncherFeature not bound -!missing-enum! CHIPContentLauncherMetricType not bound -!missing-enum! CHIPContentLauncherParameter not bound -!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound -!missing-enum! CHIPDiagnosticLogsLogsIntent not bound -!missing-enum! CHIPDiagnosticLogsLogsStatus not bound -!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound -!missing-enum! CHIPDoorLockDayOfWeek not bound -!missing-enum! CHIPDoorLockDlAlarmCode not bound -!missing-enum! CHIPDoorLockDlAlarmMask not bound -!missing-enum! CHIPDoorLockDlCredentialRule not bound -!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound -!missing-enum! CHIPDoorLockDlCredentialType not bound -!missing-enum! CHIPDoorLockDlDataOperationType not bound -!missing-enum! CHIPDoorLockDlDaysMaskMap not bound -!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound -!missing-enum! CHIPDoorLockDlDoorState not bound -!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound -!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound -!missing-enum! CHIPDoorLockDlLockDataType not bound -!missing-enum! CHIPDoorLockDlLockOperationType not bound -!missing-enum! CHIPDoorLockDlLockState not bound -!missing-enum! CHIPDoorLockDlLockType not bound -!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound -!missing-enum! CHIPDoorLockDlOperatingMode not bound -!missing-enum! CHIPDoorLockDlOperationError not bound -!missing-enum! CHIPDoorLockDlOperationSource not bound -!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlStatus not bound -!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound -!missing-enum! CHIPDoorLockDlUserStatus not bound -!missing-enum! CHIPDoorLockDlUserType not bound -!missing-enum! CHIPDoorLockFeature not bound -!missing-enum! CHIPDoorLockOperationEventCode not bound -!missing-enum! CHIPDoorLockProgrammingEventCode not bound -!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound -!missing-enum! CHIPDoorLockUserStatus not bound -!missing-enum! CHIPDoorLockUserType not bound -!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound -!missing-enum! CHIPGeneralCommissioningCommissioningError not bound -!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound -!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound -!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound -!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound -!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound -!missing-enum! CHIPIasAceAlarmStatus not bound -!missing-enum! CHIPIasAceArmMode not bound -!missing-enum! CHIPIasAceArmNotification not bound -!missing-enum! CHIPIasAceAudibleNotification not bound -!missing-enum! CHIPIasAceBypassResult not bound -!missing-enum! CHIPIasAceIasZoneStatus not bound -!missing-enum! CHIPIasAceIasZoneType not bound -!missing-enum! CHIPIasAcePanelStatus not bound -!missing-enum! CHIPIasWdSquawkInfo not bound -!missing-enum! CHIPIasWdWarningInfo not bound -!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound -!missing-enum! CHIPIasZoneStatus not bound -!missing-enum! CHIPIasZoneType not bound -!missing-enum! CHIPIdentifyEffectIdentifier not bound -!missing-enum! CHIPIdentifyEffectVariant not bound -!missing-enum! CHIPIdentifyType not bound -!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound -!missing-enum! CHIPKeypadInputCecKeyCode not bound -!missing-enum! CHIPKeypadInputFeature not bound -!missing-enum! CHIPKeypadInputStatus not bound -!missing-enum! CHIPLevelControlFeature not bound -!missing-enum! CHIPLevelControlMoveMode not bound -!missing-enum! CHIPLevelControlStepMode not bound -!missing-enum! CHIPMediaInputFeature not bound -!missing-enum! CHIPMediaInputInputType not bound -!missing-enum! CHIPMediaPlaybackPlaybackState not bound -!missing-enum! CHIPMediaPlaybackStatus not bound -!missing-enum! CHIPMessagingConfirmationControl not bound -!missing-enum! CHIPMessagingControlConfirmation not bound -!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound -!missing-enum! CHIPMessagingControlImportance not bound -!missing-enum! CHIPMessagingControlMask not bound -!missing-enum! CHIPMessagingControlTransmission not bound -!missing-enum! CHIPMessagingEventId not bound -!missing-enum! CHIPMessagingExtendedControlMask not bound -!missing-enum! CHIPNetworkCommissioningFeature not bound -!missing-enum! CHIPNetworkCommissioningStatus not bound -!missing-enum! CHIPNetworkCommissioningWiFiBand not bound -!missing-enum! CHIPOnOffControl not bound -!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound -!missing-enum! CHIPOnOffDyingLightEffectVariant not bound -!missing-enum! CHIPOnOffEffectIdentifier not bound -!missing-enum! CHIPOnOffFeature not bound -!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound -!missing-enum! CHIPPowerSourceBatChargeFaultType not bound -!missing-enum! CHIPPowerSourceBatChargeLevel not bound -!missing-enum! CHIPPowerSourceBatChargeState not bound -!missing-enum! CHIPPowerSourceBatFaultType not bound -!missing-enum! CHIPPowerSourceBatReplaceability not bound -!missing-enum! CHIPPowerSourceFeature not bound -!missing-enum! CHIPPowerSourceStatus not bound -!missing-enum! CHIPPowerSourceWiredCurrentType not bound -!missing-enum! CHIPPowerSourceWiredFaultType not bound -!missing-enum! CHIPPressureMeasurementPressureFeature not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound -!missing-enum! CHIPScenesCopyMode not bound -!missing-enum! CHIPTargetNavigatorStatus not bound -!missing-enum! CHIPTestClusterBitmap16MaskMap not bound -!missing-enum! CHIPTestClusterBitmap32MaskMap not bound -!missing-enum! CHIPTestClusterBitmap64MaskMap not bound -!missing-enum! CHIPTestClusterBitmap8MaskMap not bound -!missing-enum! CHIPTestClusterSimple not bound -!missing-enum! CHIPTestClusterSimpleBitmap not bound -!missing-enum! CHIPThermostatControlSequence not bound -!missing-enum! CHIPThermostatDayOfWeek not bound -!missing-enum! CHIPThermostatFeature not bound -!missing-enum! CHIPThermostatModeForSequence not bound -!missing-enum! CHIPThermostatRunningMode not bound -!missing-enum! CHIPThermostatSetpointAdjustMode not bound -!missing-enum! CHIPThermostatSystemMode not bound -!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound -!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound -!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound -!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound -!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound -!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound -!missing-enum! CHIPUnitLocalizationFeature not bound -!missing-enum! CHIPUnitLocalizationTempUnit not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound -!missing-enum! CHIPWindowCoveringWcFeature not bound -!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound -!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound -!missing-enum! MatterInteractionErrorCode not bound -!missing-field! kCHIPArrayValueType not bound -!missing-field! kCHIPAttributePathKey not bound -!missing-field! kCHIPBooleanValueType not bound -!missing-field! kCHIPCommandPathKey not bound -!missing-field! kCHIPContextTagKey not bound -!missing-field! kCHIPDataKey not bound -!missing-field! kCHIPDoubleValueType not bound -!missing-field! kCHIPErrorKey not bound -!missing-field! kCHIPFloatValueType not bound -!missing-field! kCHIPNullValueType not bound -!missing-field! kCHIPOctetStringValueType not bound -!missing-field! kCHIPSignedIntegerValueType not bound -!missing-field! kCHIPStructureValueType not bound -!missing-field! kCHIPTypeKey not bound -!missing-field! kCHIPUnsignedIntegerValueType not bound -!missing-field! kCHIPUTF8StringValueType not bound -!missing-field! kCHIPValueKey not bound -!missing-field! MatterInteractionErrorDomain not bound -!missing-protocol! CHIPDeviceAttestationDelegate not bound -!missing-protocol! CHIPDeviceControllerClientProtocol not bound -!missing-protocol! CHIPDeviceControllerServerProtocol not bound -!missing-protocol-member! CHIPDevicePairingDelegate::onCommissioningComplete: not found -!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorControlOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound -!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound -!missing-selector! CHIPAttributeReport::error not bound -!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound -!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound -!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound -!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound -!missing-selector! CHIPBindingClusterTargetStruct::group not bound -!missing-selector! CHIPBindingClusterTargetStruct::init not bound -!missing-selector! CHIPBindingClusterTargetStruct::node not bound -!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound -!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound -!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::init not bound -!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::name not bound -!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::init not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound -!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound -!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorControlOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPCommandPath::cluster not bound -!missing-selector! CHIPCommandPath::command not bound -!missing-selector! CHIPCommandPath::endpoint not bound -!missing-selector! CHIPCommissioningParameters::attestationNonce not bound -!missing-selector! CHIPCommissioningParameters::CSRNonce not bound -!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound -!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound -!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound -!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound -!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound -!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound -!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound -!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound -!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound -!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound -!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound -!missing-selector! CHIPCommissioningParameters::wifiSSID not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound -!missing-selector! CHIPContentLauncherClusterDimension::height not bound -!missing-selector! CHIPContentLauncherClusterDimension::init not bound -!missing-selector! CHIPContentLauncherClusterDimension::metric not bound -!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound -!missing-selector! CHIPContentLauncherClusterDimension::width not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound -!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound -!missing-selector! CHIPContentLauncherClusterParameter::init not bound -!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound -!missing-selector! CHIPContentLauncherClusterParameter::type not bound -!missing-selector! CHIPContentLauncherClusterParameter::value not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound -!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound -!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound -!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound -!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound -!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound -!missing-selector! CHIPMediaInputClusterInputInfo::index not bound -!missing-selector! CHIPMediaInputClusterInputInfo::init not bound -!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound -!missing-selector! CHIPMediaInputClusterInputInfo::name not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound -!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAlarmMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPReadParams::fabricFiltered not bound -!missing-selector! CHIPReadParams::init not bound -!missing-selector! CHIPReadParams::setFabricFiltered: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound -!missing-selector! CHIPSubscribeParams::autoResubscribe not bound -!missing-selector! CHIPSubscribeParams::init not bound -!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound -!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound -!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::humidityInPercentage not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::localTemperature not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::relayStatus not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setHumidityInPercentage: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setLocalTemperature: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setpoint not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setRelayStatus: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setSetpoint: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setTimeOfDay: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setUnreadEntries: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::timeOfDay not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::unreadEntries not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::payload not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setPayload: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound -!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound -!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound -!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound -!missing-type! CHIPAttributeCacheContainer not bound -!missing-type! CHIPAudioOutputClusterOutputInfo not bound -!missing-type! CHIPBindingClusterTargetStruct not bound -!missing-type! CHIPChannel not bound -!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound -!missing-type! CHIPChannelClusterChangeChannelParams not bound -!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound -!missing-type! CHIPChannelClusterChannelInfo not bound -!missing-type! CHIPChannelClusterLineupInfo not bound -!missing-type! CHIPChannelClusterSkipChannelParams not bound -!missing-type! CHIPCommandPath not bound -!missing-type! CHIPCommissioningParameters not bound -!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound -!missing-type! CHIPContentLauncherClusterBrandingInformation not bound -!missing-type! CHIPContentLauncherClusterContentSearch not bound -!missing-type! CHIPContentLauncherClusterDimension not bound -!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound -!missing-type! CHIPContentLauncherClusterParameter not bound -!missing-type! CHIPContentLauncherClusterStyleInformation not bound -!missing-type! CHIPFanControl not bound -!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound -!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound -!missing-type! CHIPLocalizationConfiguration not bound -!missing-type! CHIPMediaInputClusterInputInfo not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound -!missing-type! CHIPMediaPlaybackClusterSeekParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound -!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound -!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound -!missing-type! CHIPReadParams not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound -!missing-type! CHIPSubscribeParams not bound -!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound -!missing-type! CHIPTestClusterClusterTestFabricScoped not bound -!missing-type! CHIPThermostatClusterGetRelayStatusLogResponseParams not bound -!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound -!missing-type! CHIPTimeFormatLocalization not bound -!missing-type! CHIPUnitLocalization not bound -!missing-type! CHIPUserLabel not bound -!unknown-type! CHIPTvChannel bound -!extra-protocol-member! unexpected selector CHIPKeypair::initialize found -!missing-enum! CHIPAudioOutputFeature not bound -!missing-enum! CHIPColorControlFeature not bound -!missing-enum! CHIPContentLauncherContentLaunchStatus not bound -!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound -!missing-enum! CHIPFanControlFanModeSequenceType not bound -!missing-enum! CHIPFanControlFanModeType not bound -!missing-enum! CHIPFanControlFeature not bound -!missing-enum! CHIPFanControlRockSupportMask not bound -!missing-enum! CHIPFanControlWindSettingMask not bound -!missing-enum! CHIPFanControlWindSupportMask not bound -!missing-enum! CHIPModeSelectFeature not bound -!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound -!missing-enum! CHIPOnOffStartUpOnOff not bound -!missing-enum! CHIPWindowCoveringConfigStatus not bound -!missing-enum! CHIPWindowCoveringEndProductType not bound -!missing-enum! CHIPWindowCoveringMode not bound -!missing-enum! CHIPWindowCoveringType not bound -!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound -!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +MatterControllerFactory::sharedInstance not bound -!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound -!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound -!missing-selector! CHIPDeviceControllerStartupParams::initWithKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound -!missing-selector! CHIPDeviceControllerStartupParams::rootCAKeypair not bound -!missing-selector! CHIPDeviceControllerStartupParams::setFabricId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setIpk: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setRootCAKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEventPath::cluster not bound -!missing-selector! CHIPEventPath::endpoint not bound -!missing-selector! CHIPEventPath::event not bound -!missing-selector! CHIPEventReport::error not bound -!missing-selector! CHIPEventReport::eventNumber not bound -!missing-selector! CHIPEventReport::path not bound -!missing-selector! CHIPEventReport::priority not bound -!missing-selector! CHIPEventReport::timestamp not bound -!missing-selector! CHIPEventReport::value not bound -!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound -!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound -!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound -!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound -!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound -!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound -!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! MatterControllerFactory::isRunning not bound -!missing-selector! MatterControllerFactory::shutdown not bound -!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound -!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound -!missing-selector! MatterControllerFactory::startup: not bound -!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound -!missing-selector! MatterControllerFactoryParams::paaCerts not bound -!missing-selector! MatterControllerFactoryParams::port not bound -!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound -!missing-selector! MatterControllerFactoryParams::setPort: not bound -!missing-selector! MatterControllerFactoryParams::setStartServer: not bound -!missing-selector! MatterControllerFactoryParams::startServer not bound -!missing-selector! MatterControllerFactoryParams::storageDelegate not bound -!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound -!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound -!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound -!missing-type! CHIPBasicClusterLeaveEvent not bound -!missing-type! CHIPBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBasicClusterShutDownEvent not bound -!missing-type! CHIPBasicClusterStartUpEvent not bound -!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound -!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound -!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound -!missing-type! CHIPDeviceControllerStartupParams not bound -!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound -!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationEvent not bound -!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound -!missing-type! CHIPEventPath not bound -!missing-type! CHIPEventReport not bound -!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound -!missing-type! CHIPSwitchClusterInitialPressEvent not bound -!missing-type! CHIPSwitchClusterLongPressEvent not bound -!missing-type! CHIPSwitchClusterLongReleaseEvent not bound -!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound -!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound -!missing-type! CHIPSwitchClusterShortReleaseEvent not bound -!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound -!missing-type! CHIPTestClusterClusterTestEventEvent not bound -!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound -!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound -!missing-type! MatterControllerFactory not bound -!missing-type! MatterControllerFactoryParams not bound diff --git a/tests/xtro-sharpie/tvOS-CoreFoundation.todo b/tests/xtro-sharpie/tvOS-CoreFoundation.todo new file mode 100644 index 000000000000..783c400fc9c4 --- /dev/null +++ b/tests/xtro-sharpie/tvOS-CoreFoundation.todo @@ -0,0 +1,2 @@ +!missing-pinvoke! CFStringCreateStringWithValidatedFormat is not bound +!missing-pinvoke! CFStringCreateStringWithValidatedFormatAndArguments is not bound diff --git a/tests/xtro-sharpie/tvOS-CoreSpotlight.todo b/tests/xtro-sharpie/tvOS-CoreSpotlight.todo new file mode 100644 index 000000000000..628fae3c9574 --- /dev/null +++ b/tests/xtro-sharpie/tvOS-CoreSpotlight.todo @@ -0,0 +1 @@ +!missing-enum! CSSearchQuerySourceOptions not bound diff --git a/tests/xtro-sharpie/tvOS-CoreText.todo b/tests/xtro-sharpie/tvOS-CoreText.todo new file mode 100644 index 000000000000..854ef809ba4f --- /dev/null +++ b/tests/xtro-sharpie/tvOS-CoreText.todo @@ -0,0 +1 @@ +!missing-enum-value! CTFontOptions native value kCTFontOptionsPreventAutoDownload = 2 not bound diff --git a/tests/xtro-sharpie/tvOS-DeviceDiscoveryExtension.todo b/tests/xtro-sharpie/tvOS-DeviceDiscoveryExtension.todo deleted file mode 100644 index 9853f9fe3507..000000000000 --- a/tests/xtro-sharpie/tvOS-DeviceDiscoveryExtension.todo +++ /dev/null @@ -1,43 +0,0 @@ -!missing-enum! DDDeviceCategory not bound -!missing-enum! DDDeviceProtocol not bound -!missing-enum! DDDeviceState not bound -!missing-enum! DDErrorCode not bound -!missing-enum! DDEventType not bound -!missing-field! DDDeviceProtocolStringDIAL not bound -!missing-field! DDDeviceProtocolStringInvalid not bound -!missing-field! DDErrorDomain not bound -!missing-pinvoke! DDDeviceCategoryToString is not bound -!missing-pinvoke! DDDeviceProtocolToString is not bound -!missing-pinvoke! DDDeviceStateToString is not bound -!missing-pinvoke! DDEventTypeToString is not bound -!missing-selector! DDDevice::bluetoothIdentifier not bound -!missing-selector! DDDevice::category not bound -!missing-selector! DDDevice::displayName not bound -!missing-selector! DDDevice::identifier not bound -!missing-selector! DDDevice::initWithDisplayName:category:protocolType:identifier: not bound -!missing-selector! DDDevice::networkEndpoint not bound -!missing-selector! DDDevice::protocol not bound -!missing-selector! DDDevice::protocolType not bound -!missing-selector! DDDevice::setBluetoothIdentifier: not bound -!missing-selector! DDDevice::setCategory: not bound -!missing-selector! DDDevice::setDisplayName: not bound -!missing-selector! DDDevice::setIdentifier: not bound -!missing-selector! DDDevice::setNetworkEndpoint: not bound -!missing-selector! DDDevice::setProtocol: not bound -!missing-selector! DDDevice::setProtocolType: not bound -!missing-selector! DDDevice::setState: not bound -!missing-selector! DDDevice::setTxtRecordData: not bound -!missing-selector! DDDevice::setUrl: not bound -!missing-selector! DDDevice::state not bound -!missing-selector! DDDevice::txtRecordData not bound -!missing-selector! DDDevice::url not bound -!missing-selector! DDDiscoverySession::reportEvent: not bound -!missing-selector! DDEvent::eventType not bound -!missing-selector! DDEventDevicesPresent::devicesPresent not bound -!missing-type! DDDevice not bound -!missing-type! DDDeviceEvent not bound -!missing-type! DDDiscoverySession not bound -!missing-type! DDEvent not bound -!missing-type! DDEventDevicesPresent not bound -!missing-selector! DDDeviceEvent::device not bound -!missing-selector! DDDeviceEvent::initWithEventType:device: not bound diff --git a/tests/xtro-sharpie/tvOS-Foundation.todo b/tests/xtro-sharpie/tvOS-Foundation.todo index 994b79c98d66..071ac210a624 100644 --- a/tests/xtro-sharpie/tvOS-Foundation.todo +++ b/tests/xtro-sharpie/tvOS-Foundation.todo @@ -27,3 +27,40 @@ !missing-selector! NSOrderedSet::orderedSetByApplyingDifference: not bound !missing-type! NSOrderedCollectionChange not bound !missing-type! NSOrderedCollectionDifference not bound +!missing-type! NSPresentationIntent not bound +!extra-enum-value! Managed value 102 for NSSearchPathDirectory.TrashDirectory is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 1024 for NSUrlBookmarkResolutionOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2 for NSItemProviderRepresentationVisibility.Group is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2048 for NSUrlBookmarkCreationOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 4096 for NSUrlBookmarkCreationOptions.SecurityScopeAllowOnlyReadAccess is available for the current platform while the value in the native header is not +!deprecated-attribute-missing! NSURLComponents::percentEncodedHost missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLComponents::setPercentEncodedHost: missing a [Deprecated] attribute +!missing-enum-value! NSActivityOptions native value NSActivityAnimationTrackingEnabled = 35184372088832 not bound +!missing-enum-value! NSActivityOptions native value NSActivityTrackingEnabled = 70368744177664 not bound +!missing-enum-value! NSActivityOptions native value NSActivityUserInteractive = 1095233437695 not bound +!missing-field! NSMarkdownSourcePositionAttributeName not bound +!missing-protocol-member! NSURLSessionTaskDelegate::URLSession:didCreateTask: not found +!missing-selector! NSAttributedStringMarkdownParsingOptions::appliesSourcePositionAttributes not bound +!missing-selector! NSAttributedStringMarkdownParsingOptions::setAppliesSourcePositionAttributes: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endLine not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::initWithStartLine:startColumn:endLine:endColumn: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::rangeInString: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startLine not bound +!missing-selector! NSInvocation::invokeUsingIMP: not bound +!missing-selector! NSMutableURLRequest::requiresDNSSECValidation not bound +!missing-selector! NSMutableURLRequest::setRequiresDNSSECValidation: not bound +!missing-selector! NSURLComponents::encodedHost not bound +!missing-selector! NSURLComponents::setEncodedHost: not bound +!missing-selector! NSURLSessionConfiguration::requiresDNSSECValidation not bound +!missing-selector! NSURLSessionConfiguration::setRequiresDNSSECValidation: not bound +!missing-selector! NSXPCConnection::activate not bound +!missing-selector! NSXPCListener::activate not bound +!missing-type! NSAttributedStringMarkdownSourcePosition not bound +!missing-selector! +NSString::localizedStringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! +NSString::stringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:error: not bound diff --git a/tests/xtro-sharpie/tvOS-GameController.todo b/tests/xtro-sharpie/tvOS-GameController.todo index f8a1fa390e8a..a74325ee24c9 100644 --- a/tests/xtro-sharpie/tvOS-GameController.todo +++ b/tests/xtro-sharpie/tvOS-GameController.todo @@ -57,3 +57,7 @@ !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound !missing-type! GCPhysicalInputElementCollection not bound +!missing-field! GCInputButtonL4 not bound +!missing-field! GCInputButtonL5 not bound +!missing-field! GCInputButtonR4 not bound +!missing-field! GCInputButtonR5 not bound diff --git a/tests/xtro-sharpie/tvOS-GameKit.todo b/tests/xtro-sharpie/tvOS-GameKit.todo new file mode 100644 index 000000000000..d5881ca8af4f --- /dev/null +++ b/tests/xtro-sharpie/tvOS-GameKit.todo @@ -0,0 +1 @@ +!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/tvOS-MetalPerformanceShadersGraph.todo b/tests/xtro-sharpie/tvOS-MetalPerformanceShadersGraph.todo index 5e07c24f7ee6..66857c229aa9 100644 --- a/tests/xtro-sharpie/tvOS-MetalPerformanceShadersGraph.todo +++ b/tests/xtro-sharpie/tvOS-MetalPerformanceShadersGraph.todo @@ -139,3 +139,34 @@ !missing-type! MPSGraphGRUDescriptor not bound !missing-type! MPSGraphLSTMDescriptor not bound !missing-type! MPSGraphSingleGateRNNDescriptor not bound +!missing-enum! MPSGraphResizeNearestRoundingMode not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound +!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound +!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound +!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound +!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound diff --git a/tests/xtro-sharpie/tvOS-SharedWithYouCore.todo b/tests/xtro-sharpie/tvOS-SharedWithYouCore.todo index 5a273c54a096..fb9de9436072 100644 --- a/tests/xtro-sharpie/tvOS-SharedWithYouCore.todo +++ b/tests/xtro-sharpie/tvOS-SharedWithYouCore.todo @@ -77,3 +77,6 @@ !missing-type! SWSignedPersonIdentityProof not bound !missing-type! SWStartCollaborationAction not bound !missing-type! SWUpdateCollaborationParticipantsAction not bound +!missing-selector! SWCollaborationOptionsPickerGroup::selectedOptionIdentifier not bound +!missing-selector! SWCollaborationOptionsPickerGroup::setSelectedOptionIdentifier: not bound +!missing-type! SWCollaborationOptionsPickerGroup not bound diff --git a/tests/xtro-sharpie/tvOS-UIKit.todo b/tests/xtro-sharpie/tvOS-UIKit.todo index 22f10229423e..ecea5ea47882 100644 --- a/tests/xtro-sharpie/tvOS-UIKit.todo +++ b/tests/xtro-sharpie/tvOS-UIKit.todo @@ -173,3 +173,6 @@ !missing-selector! UIWindowSceneGeometryPreferencesMac::setSystemFrame: not bound !missing-selector! UIWindowSceneGeometryPreferencesMac::systemFrame not bound !missing-type! UIWindowSceneGeometryPreferencesMac not bound +!missing-selector! UIBarButtonItem::initWithBarButtonSystemItem:primaryAction:menu: not bound +!missing-selector! UIBarButtonItem::initWithPrimaryAction:menu: not bound +!missing-selector! UIBarButtonItem::initWithTitle:image:target:action:menu: not bound diff --git a/tests/xtro-sharpie/watchOS-CHIP.ignore b/tests/xtro-sharpie/watchOS-CHIP.ignore index ce1c2a9a62ba..4376b4a81dac 100644 --- a/tests/xtro-sharpie/watchOS-CHIP.ignore +++ b/tests/xtro-sharpie/watchOS-CHIP.ignore @@ -356,7 +356,6 @@ !missing-selector! CHIPColorControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorCapabilitiesWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorControlOptionsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopActiveWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopDirectionWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithCompletionHandler: not bound @@ -373,8 +372,6 @@ !missing-selector! CHIPColorControl::readAttributeColorPointRXWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorPointRYWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeColorTemperatureWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCompensationTextWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithCompletionHandler: not bound !missing-selector! CHIPColorControl::readAttributeCurrentHueWithCompletionHandler: not bound @@ -412,7 +409,6 @@ !missing-selector! CHIPColorControl::stepHueWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stepSaturationWithParams:completionHandler: not bound !missing-selector! CHIPColorControl::stopMoveStepWithParams:completionHandler: not bound -!missing-selector! CHIPColorControl::writeAttributeColorControlOptionsWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:completionHandler: not bound !missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:completionHandler: not bound @@ -491,15 +487,11 @@ !missing-selector! CHIPColorControlClusterMoveColorParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateX: not bound !missing-selector! CHIPColorControlClusterMoveColorParams::setRateY: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::moveMode not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::optionsOverride not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::rate not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setMoveMode: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setOptionsOverride: not bound @@ -584,13 +576,9 @@ !missing-selector! CHIPColorControlClusterStepColorParams::stepX not bound !missing-selector! CHIPColorControlClusterStepColorParams::stepY not bound !missing-selector! CHIPColorControlClusterStepColorParams::transitionTime not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximum not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimum not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::init not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsMask not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::optionsOverride not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximum: not bound -!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimum: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsMask: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setOptionsOverride: not bound !missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setStepMode: not bound @@ -694,12 +682,6 @@ !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::holidayIndex not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setHolidayIndex: not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::pinSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearPINCodeParams::setPinSlotIndex: not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::rfidSlotIndex not bound -!missing-selector! CHIPDoorLockClusterClearRFIDCodeParams::setRfidSlotIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::init not bound !missing-selector! CHIPDoorLockClusterClearUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterClearUserParams::userIndex not bound @@ -742,48 +724,6 @@ !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setOperatingMode: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setStatus: not bound !missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::status not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::logIndex not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordParams::setLogIndex: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventIdOrAlarmCode not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::eventType not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::logEntryId not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventIdOrAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setEventType: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setLogEntryId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setSource: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setTimestamp: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::source not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::timestamp not bound -!missing-selector! CHIPDoorLockClusterGetLogRecordResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::pin not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetPINCodeResponseParams::userType not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetRFIDCodeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserParams::init not bound !missing-selector! CHIPDoorLockClusterGetUserParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetUserParams::userIndex not bound @@ -808,22 +748,6 @@ !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userStatus not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetUserResponseParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserStatusResponseParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::init not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userId not bound -!missing-selector! CHIPDoorLockClusterGetUserTypeResponseParams::userType not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::init not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setUserIndex: not bound !missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setWeekDayIndex: not bound @@ -865,36 +789,6 @@ !missing-selector! CHIPDoorLockClusterLockDoorParams::init not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::pinCode not bound !missing-selector! CHIPDoorLockClusterLockDoorParams::setPinCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventCode not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::operationEventSource not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventCode: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setOperationEventSource: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterOperatingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::data not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::init not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::localTime not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::pin not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventCode not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::programEventSource not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setData: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setLocalTime: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventCode: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setProgramEventSource: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userId not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterProgrammingEventNotificationParams::userType not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credential not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::credentialData not bound !missing-selector! CHIPDoorLockClusterSetCredentialParams::init not bound @@ -922,24 +816,6 @@ !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalEndTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setLocalStartTime: not bound !missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setOperatingMode: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::pin not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setPin: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetPINCodeParams::userType not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::rfidCode not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setRfidCode: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetRFIDCodeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::credentialRule not bound !missing-selector! CHIPDoorLockClusterSetUserParams::init not bound !missing-selector! CHIPDoorLockClusterSetUserParams::operationType not bound @@ -955,16 +831,6 @@ !missing-selector! CHIPDoorLockClusterSetUserParams::userStatus not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userType not bound !missing-selector! CHIPDoorLockClusterSetUserParams::userUniqueId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::setUserStatus: not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserStatusParams::userStatus not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::init not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserId: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userId not bound -!missing-selector! CHIPDoorLockClusterSetUserTypeParams::userType not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::daysMask not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endHour not bound !missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::endMinute not bound @@ -1329,7 +1195,6 @@ !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setZoneStatus: not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneId not bound !missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::zoneStatus not bound -!missing-selector! CHIPIdentify::identifyQueryWithCompletionHandler: not bound !missing-selector! CHIPIdentify::identifyWithParams:completionHandler: not bound !missing-selector! CHIPIdentify::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPIdentify::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -1340,9 +1205,6 @@ !missing-selector! CHIPIdentifyClusterIdentifyParams::identifyTime not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::init not bound !missing-selector! CHIPIdentifyClusterIdentifyParams::setIdentifyTime: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::init not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::setTimeout: not bound -!missing-selector! CHIPIdentifyClusterIdentifyQueryResponseParams::timeout not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectIdentifier not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::effectVariant not bound !missing-selector! CHIPIdentifyClusterTriggerEffectParams::init not bound @@ -1531,10 +1393,8 @@ !missing-selector! CHIPModeSelectClusterModeOptionStruct::init not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::label not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::mode not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTag not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setLabel: not bound !missing-selector! CHIPModeSelectClusterModeOptionStruct::setMode: not bound -!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTag: not bound !missing-selector! CHIPModeSelectClusterSemanticTag::init not bound !missing-selector! CHIPModeSelectClusterSemanticTag::mfgCode not bound !missing-selector! CHIPModeSelectClusterSemanticTag::setMfgCode: not bound @@ -1619,17 +1479,14 @@ !missing-selector! CHIPOperationalCredentials::readAttributeSupportedFabricsWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithCompletionHandler: not bound !missing-selector! CHIPOperationalCredentials::removeFabricWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::removeTrustedRootCertificateWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateFabricLabelWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentials::updateNOCWithParams:completionHandler: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::adminVendorId not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminNode not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::icacValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::ipkValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::nocValue not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setAdminVendorId: not bound -!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminNode: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIcacValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setIpkValue: not bound !missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setNocValue: not bound @@ -1678,9 +1535,6 @@ !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::fabricIndex not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setFabricIndex: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::setTrustedRootIdentifier: not bound -!missing-selector! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams::trustedRootIdentifier not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::init not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::label not bound !missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setLabel: not bound @@ -1929,7 +1783,6 @@ !missing-selector! CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMeasuredValueWithCompletionHandler: not bound !missing-selector! CHIPPressureMeasurement::readAttributeMinMeasuredValueWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeCapacityWithCompletionHandler: not bound !missing-selector! CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithCompletionHandler: not bound @@ -2058,11 +1911,9 @@ !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::capacity not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::groupId not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::init not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneCount not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::sceneList not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setCapacity: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setGroupId: not bound -!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneCount: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setSceneList: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::status not bound @@ -2093,13 +1944,6 @@ !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setSceneId: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setStatus: not bound !missing-selector! CHIPScenesClusterRemoveSceneResponseParams::status not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::clusterId not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::init not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::length not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setClusterId: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setLength: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::setValue: not bound -!missing-selector! CHIPScenesClusterSceneExtensionFieldSet::value not bound !missing-selector! CHIPScenesClusterStoreSceneParams::groupId not bound !missing-selector! CHIPScenesClusterStoreSceneParams::init not bound !missing-selector! CHIPScenesClusterStoreSceneParams::sceneId not bound @@ -2609,7 +2453,6 @@ !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg5: not bound !missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setArg6: not bound !missing-selector! CHIPThermostat::clearWeeklyScheduleWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::getRelayStatusLogWithCompletionHandler: not bound !missing-selector! CHIPThermostat::getWeeklyScheduleWithParams:completionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithCompletionHandler: not bound !missing-selector! CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithCompletionHandler: not bound @@ -2656,11 +2499,9 @@ !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::init not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::modeForSequence not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::payload not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setDayOfWeekForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setModeForSequence: not bound !missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setPayload: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound !missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithCompletionHandler: not bound @@ -2871,17 +2712,13 @@ !missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:completionHandler: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::liftPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setLiftPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::liftValue not bound !missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setLiftValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercent100thsValue: not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTiltPercentageValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercent100thsValue not bound -!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::tiltPercentageValue not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::init not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTiltValue: not bound !missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::tiltValue not bound @@ -2958,8 +2795,6 @@ !missing-type! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams not bound !missing-type! CHIPDoorLockClusterClearCredentialParams not bound !missing-type! CHIPDoorLockClusterClearHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterClearPINCodeParams not bound -!missing-type! CHIPDoorLockClusterClearRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterClearUserParams not bound !missing-type! CHIPDoorLockClusterClearWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterClearYearDayScheduleParams not bound @@ -2968,33 +2803,17 @@ !missing-type! CHIPDoorLockClusterGetCredentialStatusResponseParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetHolidayScheduleResponseParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordParams not bound -!missing-type! CHIPDoorLockClusterGetLogRecordResponseParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterGetPINCodeResponseParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeParams not bound -!missing-type! CHIPDoorLockClusterGetRFIDCodeResponseParams not bound !missing-type! CHIPDoorLockClusterGetUserParams not bound !missing-type! CHIPDoorLockClusterGetUserResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterGetUserStatusResponseParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeParams not bound -!missing-type! CHIPDoorLockClusterGetUserTypeResponseParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetWeekDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterGetYearDayScheduleResponseParams not bound !missing-type! CHIPDoorLockClusterLockDoorParams not bound -!missing-type! CHIPDoorLockClusterOperatingEventNotificationParams not bound -!missing-type! CHIPDoorLockClusterProgrammingEventNotificationParams not bound !missing-type! CHIPDoorLockClusterSetCredentialParams not bound !missing-type! CHIPDoorLockClusterSetCredentialResponseParams not bound !missing-type! CHIPDoorLockClusterSetHolidayScheduleParams not bound -!missing-type! CHIPDoorLockClusterSetPINCodeParams not bound -!missing-type! CHIPDoorLockClusterSetRFIDCodeParams not bound !missing-type! CHIPDoorLockClusterSetUserParams not bound -!missing-type! CHIPDoorLockClusterSetUserStatusParams not bound -!missing-type! CHIPDoorLockClusterSetUserTypeParams not bound !missing-type! CHIPDoorLockClusterSetWeekDayScheduleParams not bound !missing-type! CHIPDoorLockClusterSetYearDayScheduleParams not bound !missing-type! CHIPDoorLockClusterUnlockDoorParams not bound @@ -3039,7 +2858,6 @@ !missing-type! CHIPIasZoneClusterZoneEnrollResponseParams not bound !missing-type! CHIPIasZoneClusterZoneStatusChangeNotificationParams not bound !missing-type! CHIPIdentifyClusterIdentifyParams not bound -!missing-type! CHIPIdentifyClusterIdentifyQueryResponseParams not bound !missing-type! CHIPIdentifyClusterTriggerEffectParams not bound !missing-type! CHIPIlluminanceMeasurement not bound !missing-type! CHIPKeypadInputClusterSendKeyParams not bound @@ -3080,7 +2898,6 @@ !missing-type! CHIPOperationalCredentialsClusterNOCResponseParams not bound !missing-type! CHIPOperationalCredentialsClusterNOCStruct not bound !missing-type! CHIPOperationalCredentialsClusterRemoveFabricParams not bound -!missing-type! CHIPOperationalCredentialsClusterRemoveTrustedRootCertificateParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateFabricLabelParams not bound !missing-type! CHIPOperationalCredentialsClusterUpdateNOCParams not bound !missing-type! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams not bound @@ -3132,7 +2949,6 @@ !missing-type! CHIPScenesClusterRemoveAllScenesResponseParams not bound !missing-type! CHIPScenesClusterRemoveSceneParams not bound !missing-type! CHIPScenesClusterRemoveSceneResponseParams not bound -!missing-type! CHIPScenesClusterSceneExtensionFieldSet not bound !missing-type! CHIPScenesClusterStoreSceneParams not bound !missing-type! CHIPScenesClusterStoreSceneResponseParams not bound !missing-type! CHIPScenesClusterViewSceneParams not bound @@ -3185,3 +3001,4876 @@ !missing-type! CHIPWindowCoveringClusterGoToLiftValueParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltPercentageParams not bound !missing-type! CHIPWindowCoveringClusterGoToTiltValueParams not bound +!extra-protocol-member! unexpected selector CHIPDevicePairingDelegate::onAddressUpdated: found +!extra-protocol-member! unexpected selector CHIPKeypair::ECDSA_sign_hash: found +!extra-protocol-member! unexpected selector CHIPKeypair::initialize found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPDeleteKeyValue: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPGetKeyValue: found +!extra-protocol-member! unexpected selector CHIPPersistentStorageDelegate::CHIPSetKeyValue:value: found +!missing-enum! CHIPAccessControlAuthMode not bound +!missing-enum! CHIPAccessControlChangeType not bound +!missing-enum! CHIPAccessControlPrivilege not bound +!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound +!missing-enum! CHIPAdministratorCommissioningStatusCode not bound +!missing-enum! CHIPApplianceControlApplianceStatus not bound +!missing-enum! CHIPApplianceControlCommandIdentification not bound +!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound +!missing-enum! CHIPApplianceControlWarningEvent not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound +!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound +!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound +!missing-enum! CHIPApplicationBasicApplicationStatus not bound +!missing-enum! CHIPApplicationLauncherFeature not bound +!missing-enum! CHIPApplicationLauncherStatus not bound +!missing-enum! CHIPAudioOutputFeature not bound +!missing-enum! CHIPAudioOutputOutputType not bound +!missing-enum! CHIPBridgedActionsActionError not bound +!missing-enum! CHIPBridgedActionsActionState not bound +!missing-enum! CHIPBridgedActionsActionType not bound +!missing-enum! CHIPBridgedActionsCommandBits not bound +!missing-enum! CHIPBridgedActionsEndpointListType not bound +!missing-enum! CHIPChannelFeature not bound +!missing-enum! CHIPChannelLineupInfoType not bound +!missing-enum! CHIPChannelStatus not bound +!missing-enum! CHIPColorControlColorCapabilities not bound +!missing-enum! CHIPColorControlColorLoopAction not bound +!missing-enum! CHIPColorControlColorLoopDirection not bound +!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound +!missing-enum! CHIPColorControlColorMode not bound +!missing-enum! CHIPColorControlFeature not bound +!missing-enum! CHIPColorControlHueDirection not bound +!missing-enum! CHIPColorControlHueMoveMode not bound +!missing-enum! CHIPColorControlHueStepMode not bound +!missing-enum! CHIPColorControlSaturationMoveMode not bound +!missing-enum! CHIPColorControlSaturationStepMode not bound +!missing-enum! CHIPContentLauncherContentLaunchStatus not bound +!missing-enum! CHIPContentLauncherFeature not bound +!missing-enum! CHIPContentLauncherMetricType not bound +!missing-enum! CHIPContentLauncherParameter not bound +!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound +!missing-enum! CHIPDiagnosticLogsLogsIntent not bound +!missing-enum! CHIPDiagnosticLogsLogsStatus not bound +!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound +!missing-enum! CHIPDoorLockDayOfWeek not bound +!missing-enum! CHIPDoorLockDlAlarmCode not bound +!missing-enum! CHIPDoorLockDlCredentialRule not bound +!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound +!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound +!missing-enum! CHIPDoorLockDlCredentialType not bound +!missing-enum! CHIPDoorLockDlDataOperationType not bound +!missing-enum! CHIPDoorLockDlDaysMaskMap not bound +!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound +!missing-enum! CHIPDoorLockDlDoorState not bound +!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound +!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound +!missing-enum! CHIPDoorLockDlLockDataType not bound +!missing-enum! CHIPDoorLockDlLockOperationType not bound +!missing-enum! CHIPDoorLockDlLockState not bound +!missing-enum! CHIPDoorLockDlLockType not bound +!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound +!missing-enum! CHIPDoorLockDlOperatingMode not bound +!missing-enum! CHIPDoorLockDlOperationError not bound +!missing-enum! CHIPDoorLockDlOperationSource not bound +!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound +!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound +!missing-enum! CHIPDoorLockDlStatus not bound +!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound +!missing-enum! CHIPDoorLockDlUserStatus not bound +!missing-enum! CHIPDoorLockDlUserType not bound +!missing-enum! CHIPDoorLockFeature not bound +!missing-enum! CHIPDoorLockOperationEventCode not bound +!missing-enum! CHIPDoorLockProgrammingEventCode not bound +!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound +!missing-enum! CHIPDoorLockUserStatus not bound +!missing-enum! CHIPDoorLockUserType not bound +!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound +!missing-enum! CHIPFanControlFanModeSequenceType not bound +!missing-enum! CHIPFanControlFanModeType not bound +!missing-enum! CHIPFanControlFeature not bound +!missing-enum! CHIPFanControlRockSupportMask not bound +!missing-enum! CHIPFanControlWindSettingMask not bound +!missing-enum! CHIPFanControlWindSupportMask not bound +!missing-enum! CHIPGeneralCommissioningCommissioningError not bound +!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound +!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound +!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound +!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound +!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound +!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound +!missing-enum! CHIPIasAceAlarmStatus not bound +!missing-enum! CHIPIasAceArmMode not bound +!missing-enum! CHIPIasAceArmNotification not bound +!missing-enum! CHIPIasAceAudibleNotification not bound +!missing-enum! CHIPIasAceBypassResult not bound +!missing-enum! CHIPIasAceIasZoneStatus not bound +!missing-enum! CHIPIasAceIasZoneType not bound +!missing-enum! CHIPIasAcePanelStatus not bound +!missing-enum! CHIPIasWdSquawkInfo not bound +!missing-enum! CHIPIasWdWarningInfo not bound +!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound +!missing-enum! CHIPIasZoneStatus not bound +!missing-enum! CHIPIasZoneType not bound +!missing-enum! CHIPIdentifyEffectIdentifier not bound +!missing-enum! CHIPIdentifyEffectVariant not bound +!missing-enum! CHIPIdentifyType not bound +!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound +!missing-enum! CHIPKeypadInputCecKeyCode not bound +!missing-enum! CHIPKeypadInputFeature not bound +!missing-enum! CHIPKeypadInputStatus not bound +!missing-enum! CHIPLevelControlFeature not bound +!missing-enum! CHIPLevelControlMoveMode not bound +!missing-enum! CHIPLevelControlStepMode not bound +!missing-enum! CHIPMediaInputFeature not bound +!missing-enum! CHIPMediaInputInputType not bound +!missing-enum! CHIPMediaPlaybackPlaybackState not bound +!missing-enum! CHIPMediaPlaybackStatus not bound +!missing-enum! CHIPMessagingConfirmationControl not bound +!missing-enum! CHIPMessagingControlConfirmation not bound +!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound +!missing-enum! CHIPMessagingControlImportance not bound +!missing-enum! CHIPMessagingControlMask not bound +!missing-enum! CHIPMessagingControlTransmission not bound +!missing-enum! CHIPMessagingEventId not bound +!missing-enum! CHIPMessagingExtendedControlMask not bound +!missing-enum! CHIPModeSelectFeature not bound +!missing-enum! CHIPNetworkCommissioningFeature not bound +!missing-enum! CHIPNetworkCommissioningStatus not bound +!missing-enum! CHIPNetworkCommissioningWiFiBand not bound +!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound +!missing-enum! CHIPOnOffControl not bound +!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound +!missing-enum! CHIPOnOffDyingLightEffectVariant not bound +!missing-enum! CHIPOnOffEffectIdentifier not bound +!missing-enum! CHIPOnOffFeature not bound +!missing-enum! CHIPOnOffSceneFeatures not bound +!missing-enum! CHIPOnOffStartUpOnOff not bound +!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound +!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound +!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound +!missing-enum! CHIPPowerSourceBatChargeFaultType not bound +!missing-enum! CHIPPowerSourceBatChargeLevel not bound +!missing-enum! CHIPPowerSourceBatChargeState not bound +!missing-enum! CHIPPowerSourceBatFaultType not bound +!missing-enum! CHIPPowerSourceBatReplaceability not bound +!missing-enum! CHIPPowerSourceFeature not bound +!missing-enum! CHIPPowerSourceStatus not bound +!missing-enum! CHIPPowerSourceWiredCurrentType not bound +!missing-enum! CHIPPowerSourceWiredFaultType not bound +!missing-enum! CHIPPressureMeasurementPressureFeature not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound +!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound +!missing-enum! CHIPScenesCopyMode not bound +!missing-enum! CHIPSoftwareDiagnosticsFeature not bound +!missing-enum! CHIPTargetNavigatorStatus not bound +!missing-enum! CHIPTestClusterBitmap16MaskMap not bound +!missing-enum! CHIPTestClusterBitmap32MaskMap not bound +!missing-enum! CHIPTestClusterBitmap64MaskMap not bound +!missing-enum! CHIPTestClusterBitmap8MaskMap not bound +!missing-enum! CHIPTestClusterSimple not bound +!missing-enum! CHIPTestClusterSimpleBitmap not bound +!missing-enum! CHIPThermostatControlSequence not bound +!missing-enum! CHIPThermostatDayOfWeek not bound +!missing-enum! CHIPThermostatFeature not bound +!missing-enum! CHIPThermostatModeForSequence not bound +!missing-enum! CHIPThermostatRunningMode not bound +!missing-enum! CHIPThermostatSetpointAdjustMode not bound +!missing-enum! CHIPThermostatSystemMode not bound +!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound +!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound +!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound +!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound +!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound +!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound +!missing-enum! CHIPUnitLocalizationFeature not bound +!missing-enum! CHIPUnitLocalizationTempUnit not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound +!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound +!missing-enum! CHIPWindowCoveringConfigStatus not bound +!missing-enum! CHIPWindowCoveringEndProductType not bound +!missing-enum! CHIPWindowCoveringMode not bound +!missing-enum! CHIPWindowCoveringType not bound +!missing-enum! CHIPWindowCoveringWcFeature not bound +!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound +!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound +!missing-enum! MatterClusterAttributeIDType not bound +!missing-enum! MatterClusterCommandIDType not bound +!missing-enum! MatterClusterEventIDType not bound +!missing-enum! MatterClusterIDType not bound +!missing-enum! MatterInteractionErrorCode not bound +!missing-field! kCHIPArrayValueType not bound +!missing-field! kCHIPAttributePathKey not bound +!missing-field! kCHIPBooleanValueType not bound +!missing-field! kCHIPCommandPathKey not bound +!missing-field! kCHIPContextTagKey not bound +!missing-field! kCHIPDataKey not bound +!missing-field! kCHIPDoubleValueType not bound +!missing-field! kCHIPErrorKey not bound +!missing-field! kCHIPFloatValueType not bound +!missing-field! kCHIPNullValueType not bound +!missing-field! kCHIPOctetStringValueType not bound +!missing-field! kCHIPSignedIntegerValueType not bound +!missing-field! kCHIPStructureValueType not bound +!missing-field! kCHIPTypeKey not bound +!missing-field! kCHIPUnsignedIntegerValueType not bound +!missing-field! kCHIPUTF8StringValueType not bound +!missing-field! kCHIPValueKey not bound +!missing-field! MatterInteractionErrorDomain not bound +!missing-protocol! CHIPDeviceAttestationDelegate not bound +!missing-protocol! CHIPDeviceControllerClientProtocol not bound +!missing-protocol! CHIPDeviceControllerServerProtocol not bound +!missing-protocol-member! CHIPDevicePairingDelegate::onCommissioningComplete: not found +!missing-protocol-member! CHIPKeypair::ECDSA_sign_message_DER: not found +!missing-protocol-member! CHIPKeypair::ECDSA_sign_message_raw: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::removeStorageDataForKey: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::setStorageData:forKey: not found +!missing-protocol-member! CHIPPersistentStorageDelegate::storageDataForKey: not found +!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierClosePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeActiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeApplicationTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeInactiveTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePolarityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeReliabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerReadParams: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerResponseValues: not bound +!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerSubscribeParams: not bound +!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeCredentialRulesSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorClosedEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorOpenEventsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableInsideStatusLEDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableLocalProgrammingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeExpiringUserTimeoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLEDSettingsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOpenPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSendPINOverTheAirWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeCurrentOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeDcVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeNeutralCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerDivisorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerFactorWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributePowerMultiplierWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPElectricalMeasurement::readAttributeVoltageOverloadWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound +!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeActiveWiredFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryANSIDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryApprovedChemistryWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryChargingCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryCommonDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryIECDesignationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryQuantityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplaceabilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryReplacementNeededWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredCurrentTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredMaximumCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredNominalVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSource::readAttributeWiredPresentWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMaxScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeMinScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaledValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeScaleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPressureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeLastConfiguredByWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityformatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCoilTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACCompressorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACErrorCodeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACLouverPositionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACRefrigerantTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeACTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeEmergencyHeatDeltaWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureCalibrationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeOutdoorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePICoolingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributePIHeatingDemandWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeRemoteSensingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeAmountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSetpointChangeSourceWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeTemperatureSetpointHoldWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeThermostatRunningStateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackMinWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostat::readAttributeUnoccupiedSetbackWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound +!missing-selector! +MatterControllerFactory::sharedInstance not bound +!missing-selector! +MTRCertificates::generateCertificateSigningRequest:error: not bound +!missing-selector! +MTRCertificates::generateIntermediateCertificate:rootCertificate:intermediatePublicKey:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::generateOperationalCertificate:signingCertificate:operationalPublicKey:fabricId:nodeId:caseAuthenticatedTags:error: not bound +!missing-selector! +MTRCertificates::generateRootCertificate:issuerId:fabricId:error: not bound +!missing-selector! +MTRCertificates::isCertificate:equalTo: not bound +!missing-selector! +MTRCertificates::keypair:matchesCertificate: not bound +!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeAclWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccessControl::writeAttributeExtensionWithValue:params:completionHandler: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound +!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound +!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::logoutWithParams:completionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterGetSetupPINResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLoginParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::init not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAccountLoginClusterLogoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::revokeCommissioningWithParams:completionHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenBasicCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterOpenCommissioningWindowParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::init not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAdministratorCommissioningClusterRevokeCommissioningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::init not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterGetAlarmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmLogParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAlarmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::init not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAlarmsClusterResetAllAlarmsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterExecutionOfACommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::init not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadPauseResumeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterOverloadWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::init not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterSignalStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceControlClusterWriteFunctionsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterAlertsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterEventsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::init not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceEventsAndAlertClusterGetAlertsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::init not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogQueueResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterLogResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplianceStatisticsClusterStatisticsAvailableParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound +!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:params:completionHandler: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterHideAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound +!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPApplicationLauncherClusterStopAppParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound +!missing-selector! CHIPAttributeReport::error not bound +!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound +!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterRenameOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPAudioOutputClusterSelectOutputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControl::barrierControlStopWithParams:completionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierClosePeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandCloseEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierCommandOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeBarrierOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierClosePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandCloseEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCommandOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierClosePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandCloseEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierCommandOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPBarrierControl::writeAttributeBarrierOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlGoToPercentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::init not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBarrierControlClusterBarrierControlStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithCompletionHandler: not bound +!missing-selector! CHIPBasic::mfgSpecificPingWithParams:completionHandler: not bound +!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocalConfigDisabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeLocationWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound +!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::init not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBasicClusterMfgSpecificPingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeActiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeApplicationTypeWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeInactiveTextWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributePolarityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::readAttributeReliabilityWithCompletionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeActiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeApplicationTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeInactiveTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePolarityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeReliabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeActiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeDescriptionWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeInactiveTextWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeOutOfServiceWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributePresentValueWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:completionHandler: not bound +!missing-selector! CHIPBinaryInputBasic::writeAttributeReliabilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound +!missing-selector! CHIPBinding::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound +!missing-selector! CHIPBinding::writeAttributeBindingWithValue:params:completionHandler: not bound +!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound +!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound +!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound +!missing-selector! CHIPBindingClusterTargetStruct::group not bound +!missing-selector! CHIPBindingClusterTargetStruct::init not bound +!missing-selector! CHIPBindingClusterTargetStruct::node not bound +!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound +!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound +!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound +!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound +!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterDisableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterEnableActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterInstantActionWithTransitionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterPauseActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterResumeActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStartActionWithDurationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound +!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPBridgedActionsClusterStopActionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:params:completionHandler: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound +!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound +!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound +!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound +!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound +!missing-selector! CHIPChannelClusterChangeChannelResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound +!missing-selector! CHIPChannelClusterChannelInfo::init not bound +!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound +!missing-selector! CHIPChannelClusterChannelInfo::name not bound +!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound +!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::init not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound +!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound +!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound +!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound +!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPChannelClusterSkipChannelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMaxMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeColorTempPhysicalMinMiredsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::readAttributeOptionsWithCompletionHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointBYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointGYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRIntensityWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeColorPointRYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeStartUpColorTemperatureMiredsWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointXWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControl::writeAttributeWhitePointYWithValue:params:completionHandler: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterColorLoopSetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterEnhancedStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueAndSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterMoveToSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMaximumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::colorTemperatureMinimumMireds not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMaximumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setColorTemperatureMinimumMireds: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepColorTemperatureParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepHueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepHueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStepSaturationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPColorControlClusterStopMoveStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPCommandPath::cluster not bound +!missing-selector! CHIPCommandPath::command not bound +!missing-selector! CHIPCommandPath::endpoint not bound +!missing-selector! CHIPCommissioningParameters::attestationNonce not bound +!missing-selector! CHIPCommissioningParameters::CSRNonce not bound +!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound +!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound +!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound +!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound +!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound +!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound +!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound +!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound +!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound +!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound +!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound +!missing-selector! CHIPCommissioningParameters::wifiSSID not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound +!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:params:completionHandler: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound +!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound +!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound +!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound +!missing-selector! CHIPContentLauncherClusterDimension::height not bound +!missing-selector! CHIPContentLauncherClusterDimension::init not bound +!missing-selector! CHIPContentLauncherClusterDimension::metric not bound +!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound +!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound +!missing-selector! CHIPContentLauncherClusterDimension::width not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchContentParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound +!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPContentLauncherClusterLaunchURLParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound +!missing-selector! CHIPContentLauncherClusterParameter::init not bound +!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound +!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound +!missing-selector! CHIPContentLauncherClusterParameter::type not bound +!missing-selector! CHIPContentLauncherClusterParameter::value not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound +!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound +!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound +!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound +!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound +!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound +!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound +!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound +!missing-selector! CHIPDeviceController::controllerNodeId not bound +!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound +!missing-selector! CHIPDeviceController::pairDevice:address:port:setupPINCode:error: not bound +!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithOperationalKeypair:operationalCertificate:intermediateCertificate:rootCertificate:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::initWithSigningKeypair:fabricId:ipk: not bound +!missing-selector! CHIPDeviceControllerStartupParams::intermediateCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound +!missing-selector! CHIPDeviceControllerStartupParams::nocSigner not bound +!missing-selector! CHIPDeviceControllerStartupParams::nodeId not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::operationalKeypair not bound +!missing-selector! CHIPDeviceControllerStartupParams::rootCertificate not bound +!missing-selector! CHIPDeviceControllerStartupParams::setIntermediateCertificate: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setNodeId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setOperationalKeypair: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setRootCertificate: not bound +!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound +!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDiagnosticLogsClusterRetrieveLogsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeCredentialRulesSupportWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDefaultConfigurationRegisterWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorClosedEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorOpenEventsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableInsideStatusLEDWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableLocalProgrammingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeExpiringUserTimeoutWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLEDSettingsWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeLocalProgrammingFeaturesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfCredentialsSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOpenPeriodWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSendPINOverTheAirWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound +!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeCredentialRulesSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDefaultConfigurationRegisterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorClosedEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorOpenEventsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableInsideStatusLEDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableLocalProgrammingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeExpiringUserTimeoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLEDSettingsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLocalProgrammingFeaturesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfCredentialsSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOpenPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeRequirePINforRemoteOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSendPINOverTheAirWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorClosedEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeDoorOpenEventsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableInsideStatusLEDWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableLocalProgrammingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeExpiringUserTimeoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLEDSettingsWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeLocalProgrammingFeaturesWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOpenPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSendPINOverTheAirWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound +!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterClearYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound +!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound +!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::creatorFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::lastModifiedFabricIndex not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setCreatorFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setLastModifiedFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetCredentialStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetHolidayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetUserResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetWeekDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterGetYearDayScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterLockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound +!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetCredentialResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetHolidayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetUserParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetWeekDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterSetYearDayScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockDoorParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPDoorLockClusterUnlockWithTimeoutParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurement::getMeasurementProfileCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::getProfileInfoCommandWithParams:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcActivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcReactivePowerOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeActivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAcVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageCounterWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeAverageRmsVoltageMeasurementPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeCurrentOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMaxWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMinWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeDcVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousActiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousLineCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousReactiveCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeInstantaneousVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeLineCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasured9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase11thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase1stHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase3rdHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase5thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase7thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeMeasuredPhase9thHarmonicCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeNeutralCurrentWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeOverloadAlarmsMaskWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePhaseHarmonicCurrentMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerDivisorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerFactorWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributePowerMultiplierWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactiveCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsCurrentPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeOverVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltagePeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsExtremeUnderVoltageWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMaxPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageMinPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltagePhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSagWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseBWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodPhaseCWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellPeriodWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeRmsVoltageSwellWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalApparentPowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeTotalReactivePowerWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::readAttributeVoltageOverloadWithCompletionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcActivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcReactivePowerOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageCounterWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAverageRmsVoltageMeasurementPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeCurrentOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeDcVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousActiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousLineCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousReactiveCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeInstantaneousVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeLineCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasured9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase11thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase1stHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase3rdHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase5thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase7thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasuredPhase9thHarmonicCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeNeutralCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeOverloadAlarmsMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePhaseHarmonicCurrentMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerDivisorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerFactorWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributePowerMultiplierWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactiveCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeOverVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltagePeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsExtremeUnderVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltagePhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSagWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseBWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodPhaseCWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellPeriodWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageSwellWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalApparentPowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalReactivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::subscribeAttributeVoltageOverloadWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAcOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsUnderVoltageCounterWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeAverageRmsVoltageMeasurementPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeOverloadAlarmsMaskWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeOverVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsExtremeUnderVoltagePeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSagPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurement::writeAttributeRmsVoltageSwellPeriodWithValue:params:completionHandler: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::init not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPElectricalMeasurementClusterGetProfileInfoResponseCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPEventPath::cluster not bound +!missing-selector! CHIPEventPath::endpoint not bound +!missing-selector! CHIPEventPath::event not bound +!missing-selector! CHIPEventReport::error not bound +!missing-selector! CHIPEventReport::eventNumber not bound +!missing-selector! CHIPEventReport::path not bound +!missing-selector! CHIPEventReport::priority not bound +!missing-selector! CHIPEventReport::timestamp not bound +!missing-selector! CHIPEventReport::value not bound +!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound +!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:params:completionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::commissioningCompleteWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralCommissioning::writeAttributeBreadcrumbWithValue:params:completionHandler: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterArmFailSafeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound +!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::init not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterCommissioningCompleteResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::readAttributeTestEventTriggersEnabledWithCompletionHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTestEventTriggersEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGeneralDiagnostics::testEventTriggerWithParams:completionHandler: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound +!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::enableKey not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::eventTrigger not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::init not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEnableKey: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setEventTrigger: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGeneralDiagnosticsClusterTestEventTriggerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:params:completionHandler: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound +!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPGroups::removeAllGroupsWithParams:completionHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupIfIdentifyingParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterAddGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterGetGroupMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::init not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveAllGroupsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterRemoveGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPGroupsClusterViewGroupResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterArmResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterBypassResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::init not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterEmergencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterFireParams::init not bound +!missing-selector! CHIPIasAceClusterFireParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterFireParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::init not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::init not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetPanelStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::init not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneIdMapResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneInformationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterGetZoneStatusResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanelStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterPanicParams::init not bound +!missing-selector! CHIPIasAceClusterPanicParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterPanicParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterSetBypassedZoneListParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasAceClusterZoneStatusChangedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterSquawkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterSquawkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasWdClusterStartWarningParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::init not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterInitiateTestModeResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneEnrollResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIasZoneClusterZoneStatusChangeNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIdentify::writeAttributeIdentifyTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterIdentifyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPIdentifyClusterTriggerEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPKeypadInputClusterSendKeyResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControl::moveToClosestFrequencyWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLevelControl::stopWithOnOffWithParams:completionHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeDefaultMoveRateWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnOffTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOnTransitionTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeOptionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControl::writeAttributeStartUpCurrentLevelWithValue:params:completionHandler: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::frequency not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::init not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setFrequency: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToClosestFrequencyParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveToLevelWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterMoveWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStepWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::init not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLevelControlClusterStopWithOnOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound +!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:params:completionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPLowPower::sleepWithParams:completionHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::init not bound +!missing-selector! CHIPLowPowerClusterSleepParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPLowPowerClusterSleepParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInput::hideInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound +!missing-selector! CHIPMediaInput::showInputStatusWithParams:completionHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterHideInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound +!missing-selector! CHIPMediaInputClusterInputInfo::index not bound +!missing-selector! CHIPMediaInputClusterInputInfo::init not bound +!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound +!missing-selector! CHIPMediaInputClusterInputInfo::name not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound +!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterRenameInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterSelectInputParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::init not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaInputClusterShowInputStatusParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::fastForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::nextWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::pauseWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::playWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::previousWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::rewindWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::startOverWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound +!missing-selector! CHIPMediaPlayback::stopPlaybackWithParams:completionHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterFastForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterNextParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPauseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound +!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPlayParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterPreviousParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterRewindParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSeekParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStartOverParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::init not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMediaPlaybackClusterStopPlaybackParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelAllMessagesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterCancelMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterDisplayProtectedMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::init not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetLastMessageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterGetMessageCancellationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPMessagingClusterMessageConfirmationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeOnModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound +!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPModeSelectClusterChangeToModeParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::semanticTags not bound +!missing-selector! CHIPModeSelectClusterModeOptionStruct::setSemanticTags: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:params:completionHandler: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound +!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound +!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterRemoveNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound +!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound +!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound +!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePhysicalContactUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributePirUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicOccupiedToUnoccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedDelayWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::readAttributeUltrasonicUnoccupiedToOccupiedThresholdWithCompletionHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributePirUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicOccupiedToUnoccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::subscribeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePhysicalContactUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributePirUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicOccupiedToUnoccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedDelayWithValue:params:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:completionHandler: not bound +!missing-selector! CHIPOccupancySensing::writeAttributeUltrasonicUnoccupiedToOccupiedThresholdWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::offWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::onWithRecallGlobalSceneWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOff::toggleWithParams:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOffWaitTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeOnTimeWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOff::writeAttributeStartUpOnOffWithValue:params:completionHandler: not bound +!missing-selector! CHIPOnOffClusterOffParams::init not bound +!missing-selector! CHIPOnOffClusterOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOffWithEffectParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnParams::init not bound +!missing-selector! CHIPOnOffClusterOnParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::init not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithRecallGlobalSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterOnWithTimedOffParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffClusterToggleParams::init not bound +!missing-selector! CHIPOnOffClusterToggleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOnOffClusterToggleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOnOffSwitchConfiguration::writeAttributeSwitchActionsWithValue:params:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::caseAdminSubject not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setCaseAdminSubject: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAddTrustedRootCertificateParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterAttestationResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCertificateChainResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::isForUpdateNOC not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setIsForUpdateNOC: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound +!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterRemoveFabricParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateFabricLabelParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOperationalCredentialsClusterUpdateNOCParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterApplyUpdateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateProviderClusterQueryImageResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:params:completionHandler: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound +!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound +!missing-selector! CHIPPollControlClusterCheckInParams::init not bound +!missing-selector! CHIPPollControlClusterCheckInParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterCheckInResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::init not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterFastPollStopParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetLongPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPollControlClusterSetShortPollIntervalParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterEnergyPhasesScheduleStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::init not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetOverallSchedulePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceExtendedResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterGetPowerProfilePriceResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileScheduleConstraintsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfilesStateNotificationParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::init not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPPowerProfileClusterPowerProfileStateResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeActiveBatteryChargeFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeActiveWiredFaultsWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryANSIDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryApprovedChemistryWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCapacityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryChargingCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryCommonDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryFunctionalWhileChargingWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryIECDesignationWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryQuantityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplaceabilityWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementDescriptionWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryReplacementNeededWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeBatteryTimeToFullChargeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputFrequencyWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredAssessedInputVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredCurrentTypeWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredMaximumCurrentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredNominalVoltageWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::readAttributeWiredPresentWithCompletionHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryChargeFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeActiveWiredFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryANSIDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryApprovedChemistryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargingCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryCommonDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryFunctionalWhileChargingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryIECDesignationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryQuantityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplaceabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryReplacementNeededWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeToFullChargeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredAssessedInputVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredCurrentTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredMaximumCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredNominalVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSource::subscribeAttributeWiredPresentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound +!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMaxScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeMinScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaledValueWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeScaleWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::readAttributeToleranceWithCompletionHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaledValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeScaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPressureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeControlModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeEnergyConsumedWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeLifetimeRunningHoursWithValue:params:completionHandler: not bound +!missing-selector! CHIPPumpConfigurationAndControl::writeAttributeOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPReadParams::fabricFiltered not bound +!missing-selector! CHIPReadParams::init not bound +!missing-selector! CHIPReadParams::setFabricFiltered: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::copySceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedAddSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::enhancedViewSceneWithParams:completionHandler: not bound +!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPScenes::readAttributeLastConfiguredByWithCompletionHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeLastConfiguredByWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeId not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::attributeValue not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::init not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeId: not bound +!missing-selector! CHIPScenesClusterAttributeValuePair::setAttributeValue: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterCopySceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedAddSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterEnhancedViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::attributeValueList not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::clusterId not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::init not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setAttributeValueList: not bound +!missing-selector! CHIPScenesClusterExtensionFieldSet::setClusterId: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterGetSceneMembershipResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRecallSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveAllScenesResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterRemoveSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterStoreSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPScenesClusterViewSceneResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::resetWatermarksWithParams:completionHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterResetWatermarksParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound +!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound +!missing-selector! CHIPSubscribeParams::autoResubscribe not bound +!missing-selector! CHIPSubscribeParams::init not bound +!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound +!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound +!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound +!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound +!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound +!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound +!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound +!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTargetNavigatorClusterNavigateTargetResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound +!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTestCluster::testComplexNullableOptionalRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testEmitTestFabricScopedEventRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testNotHandledWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSimpleArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testSpecificWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testStructArrayArgumentRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testUnknownCommandWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::testWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::timedInvokeRequestWithParams:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochSWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeEpochUsWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeListStructOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeLongOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap32WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap64WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBitmap8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableCharStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum16WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnum8WithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableEnumAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatDoubleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableFloatSingleWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt24uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt32uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt40uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt48uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt56uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt64uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeOctetStringWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt16uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8sWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeRangeRestrictedInt8uWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeTimedWriteBooleanWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeUnsupportedWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestCluster::writeAttributeVendorIdWithValue:params:completionHandler: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterBooleanResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructEchoRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterSimpleStructResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestAddArgumentsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestComplexNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestEnumsResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound +!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound +!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListInt8UReverseResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestListStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNestedStructListArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::init not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNotHandledParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestNullableOptionalResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestParams::init not bound +!missing-selector! CHIPTestClusterClusterTestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSimpleOptionalArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::init not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestSpecificResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestStructArrayArgumentResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::init not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTestUnknownCommandParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::init not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPTestClusterClusterTimedInvokeRequestParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostat::clearWeeklyScheduleWithParams:completionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityformatWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCapacityWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCoilTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACCompressorTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACErrorCodeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACLouverPositionWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACRefrigerantTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeACTypeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeEmergencyHeatDeltaWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeHVACSystemTypeConfigurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeLocalTemperatureCalibrationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupancyWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeOutdoorTemperatureWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePICoolingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributePIHeatingDemandWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeRemoteSensingWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeAmountWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceTimestampWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeSetpointChangeSourceWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldDurationWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeTemperatureSetpointHoldWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatProgrammingOperationModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeThermostatRunningStateWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedCoolingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedHeatingSetpointWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMaxWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackMinWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::readAttributeUnoccupiedSetbackWithCompletionHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityformatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCoilTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACCompressorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACErrorCodeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACLouverPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACRefrigerantTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeACTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeEmergencyHeatDeltaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeHVACSystemTypeConfigurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureCalibrationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeOutdoorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePICoolingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributePIHeatingDemandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeRemoteSensingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeAmountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSetpointChangeSourceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeTemperatureSetpointHoldWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatProgrammingOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::subscribeAttributeUnoccupiedSetbackWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityformatWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCapacityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACCompressorTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACErrorCodeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACLouverPositionWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACRefrigerantTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeACTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeControlSequenceOfOperationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeEmergencyHeatDeltaWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeHVACSystemTypeConfigurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeLocalTemperatureCalibrationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMaxHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinCoolSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinHeatSetpointLimitWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeMinSetpointDeadBandWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeOccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeRemoteSensingWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeSystemModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldDurationWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeTemperatureSetpointHoldWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeThermostatProgrammingOperationModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedCoolingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedHeatingSetpointWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:completionHandler: not bound +!missing-selector! CHIPThermostat::writeAttributeUnoccupiedSetbackWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::init not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterClearWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::transitions not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetpointRaiseLowerParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::setTransitions: not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPThermostatClusterSetWeeklyScheduleParams::transitions not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::coolSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::heatSetpoint not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::init not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setCoolSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setHeatSetpoint: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::setTransitionTime: not bound +!missing-selector! CHIPThermostatClusterThermostatScheduleTransition::transitionTime not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeKeypadLockoutWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeScheduleProgrammingVisibilityWithValue:params:completionHandler: not bound +!missing-selector! CHIPThermostatUserInterfaceConfiguration::writeAttributeTemperatureDisplayModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPThreadNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:params:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound +!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:params:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound +!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:params:completionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeAttributeListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound +!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:params:completionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeFeatureMapWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::resetCountsWithParams:completionHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::init not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCovering::downOrCloseWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributeNumberOfActuationsTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitLiftWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::readAttributePhysicalClosedLimitTiltWithCompletionHandler: not bound +!missing-selector! CHIPWindowCovering::stopMotionWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeNumberOfActuationsTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributePhysicalClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound +!missing-selector! CHIPWindowCovering::upOrOpenWithParams:completionHandler: not bound +!missing-selector! CHIPWindowCovering::writeAttributeModeWithValue:params:completionHandler: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::init not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterDownOrCloseParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToLiftValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltPercentageParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterGoToTiltValueParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::init not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterStopMotionParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::init not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::setTimedInvokeTimeoutMs: not bound +!missing-selector! CHIPWindowCoveringClusterUpOrOpenParams::timedInvokeTimeoutMs not bound +!missing-selector! CHIPWriteParams::dataVersion not bound +!missing-selector! CHIPWriteParams::init not bound +!missing-selector! CHIPWriteParams::setDataVersion: not bound +!missing-selector! CHIPWriteParams::setTimedWriteTimeoutMs: not bound +!missing-selector! CHIPWriteParams::timedWriteTimeoutMs not bound +!missing-selector! MatterControllerFactory::isRunning not bound +!missing-selector! MatterControllerFactory::shutdown not bound +!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound +!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound +!missing-selector! MatterControllerFactory::startup: not bound +!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound +!missing-selector! MatterControllerFactoryParams::paaCerts not bound +!missing-selector! MatterControllerFactoryParams::port not bound +!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound +!missing-selector! MatterControllerFactoryParams::setPort: not bound +!missing-selector! MatterControllerFactoryParams::setStartServer: not bound +!missing-selector! MatterControllerFactoryParams::startServer not bound +!missing-selector! MatterControllerFactoryParams::storageDelegate not bound +!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound +!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound +!missing-type! CHIPAccountLoginClusterLogoutParams not bound +!missing-type! CHIPAdministratorCommissioningClusterRevokeCommissioningParams not bound +!missing-type! CHIPAlarmsClusterGetAlarmParams not bound +!missing-type! CHIPAlarmsClusterResetAlarmLogParams not bound +!missing-type! CHIPAlarmsClusterResetAllAlarmsParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseParams not bound +!missing-type! CHIPApplianceControlClusterOverloadPauseResumeParams not bound +!missing-type! CHIPApplianceControlClusterSignalStateParams not bound +!missing-type! CHIPApplianceEventsAndAlertClusterGetAlertsParams not bound +!missing-type! CHIPApplianceStatisticsClusterLogQueueRequestParams not bound +!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplication not bound +!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound +!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound +!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound +!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound +!missing-type! CHIPAttributeCacheContainer not bound +!missing-type! CHIPAudioOutputClusterOutputInfo not bound +!missing-type! CHIPBarrierControlClusterBarrierControlStopParams not bound +!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound +!missing-type! CHIPBasicClusterLeaveEvent not bound +!missing-type! CHIPBasicClusterMfgSpecificPingParams not bound +!missing-type! CHIPBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBasicClusterShutDownEvent not bound +!missing-type! CHIPBasicClusterStartUpEvent not bound +!missing-type! CHIPBindingClusterTargetStruct not bound +!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound +!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound +!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound +!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound +!missing-type! CHIPChannel not bound +!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound +!missing-type! CHIPChannelClusterChangeChannelParams not bound +!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound +!missing-type! CHIPChannelClusterChannelInfo not bound +!missing-type! CHIPChannelClusterLineupInfo not bound +!missing-type! CHIPChannelClusterSkipChannelParams not bound +!missing-type! CHIPCommandPath not bound +!missing-type! CHIPCommissioningParameters not bound +!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound +!missing-type! CHIPContentLauncherClusterBrandingInformation not bound +!missing-type! CHIPContentLauncherClusterContentSearch not bound +!missing-type! CHIPContentLauncherClusterDimension not bound +!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound +!missing-type! CHIPContentLauncherClusterParameter not bound +!missing-type! CHIPContentLauncherClusterStyleInformation not bound +!missing-type! CHIPDeviceControllerStartupParams not bound +!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound +!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound +!missing-type! CHIPDoorLockClusterLockOperationEvent not bound +!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound +!missing-type! CHIPElectricalMeasurementClusterGetProfileInfoCommandParams not bound +!missing-type! CHIPEthernetNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPEventPath not bound +!missing-type! CHIPEventReport not bound +!missing-type! CHIPFanControl not bound +!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound +!missing-type! CHIPGeneralCommissioningClusterCommissioningCompleteParams not bound +!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound +!missing-type! CHIPGeneralDiagnosticsClusterTestEventTriggerParams not bound +!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound +!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound +!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound +!missing-type! CHIPGroupsClusterRemoveAllGroupsParams not bound +!missing-type! CHIPIasAceClusterEmergencyParams not bound +!missing-type! CHIPIasAceClusterFireParams not bound +!missing-type! CHIPIasAceClusterGetBypassedZoneListParams not bound +!missing-type! CHIPIasAceClusterGetPanelStatusParams not bound +!missing-type! CHIPIasAceClusterGetZoneIdMapParams not bound +!missing-type! CHIPIasAceClusterPanicParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeParams not bound +!missing-type! CHIPIasZoneClusterInitiateNormalOperationModeResponseParams not bound +!missing-type! CHIPIasZoneClusterInitiateTestModeResponseParams not bound +!missing-type! CHIPLevelControlClusterMoveToClosestFrequencyParams not bound +!missing-type! CHIPLevelControlClusterStopWithOnOffParams not bound +!missing-type! CHIPLocalizationConfiguration not bound +!missing-type! CHIPLowPowerClusterSleepParams not bound +!missing-type! CHIPMediaInputClusterHideInputStatusParams not bound +!missing-type! CHIPMediaInputClusterInputInfo not bound +!missing-type! CHIPMediaInputClusterShowInputStatusParams not bound +!missing-type! CHIPMediaPlaybackClusterFastForwardParams not bound +!missing-type! CHIPMediaPlaybackClusterNextParams not bound +!missing-type! CHIPMediaPlaybackClusterPauseParams not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound +!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound +!missing-type! CHIPMediaPlaybackClusterPlayParams not bound +!missing-type! CHIPMediaPlaybackClusterPreviousParams not bound +!missing-type! CHIPMediaPlaybackClusterRewindParams not bound +!missing-type! CHIPMediaPlaybackClusterSeekParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound +!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound +!missing-type! CHIPMediaPlaybackClusterStartOverParams not bound +!missing-type! CHIPMediaPlaybackClusterStopPlaybackParams not bound +!missing-type! CHIPMessagingClusterGetLastMessageParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound +!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound +!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound +!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound +!missing-type! CHIPOnOffClusterOffParams not bound +!missing-type! CHIPOnOffClusterOnParams not bound +!missing-type! CHIPOnOffClusterOnWithRecallGlobalSceneParams not bound +!missing-type! CHIPOnOffClusterToggleParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound +!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound +!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound +!missing-type! CHIPPollControlClusterCheckInParams not bound +!missing-type! CHIPPollControlClusterFastPollStopParams not bound +!missing-type! CHIPPowerProfileClusterGetOverallSchedulePriceParams not bound +!missing-type! CHIPPowerProfileClusterPowerProfileStateRequestParams not bound +!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound +!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound +!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound +!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound +!missing-type! CHIPReadParams not bound +!missing-type! CHIPScenesClusterAttributeValuePair not bound +!missing-type! CHIPScenesClusterExtensionFieldSet not bound +!missing-type! CHIPSoftwareDiagnosticsClusterResetWatermarksParams not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound +!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound +!missing-type! CHIPSubscribeParams not bound +!missing-type! CHIPSwitchClusterInitialPressEvent not bound +!missing-type! CHIPSwitchClusterLongPressEvent not bound +!missing-type! CHIPSwitchClusterLongReleaseEvent not bound +!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound +!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound +!missing-type! CHIPSwitchClusterShortReleaseEvent not bound +!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound +!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound +!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound +!missing-type! CHIPTestClusterClusterTestEventEvent not bound +!missing-type! CHIPTestClusterClusterTestFabricScoped not bound +!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound +!missing-type! CHIPTestClusterClusterTestNotHandledParams not bound +!missing-type! CHIPTestClusterClusterTestParams not bound +!missing-type! CHIPTestClusterClusterTestSpecificParams not bound +!missing-type! CHIPTestClusterClusterTestUnknownCommandParams not bound +!missing-type! CHIPTestClusterClusterTimedInvokeRequestParams not bound +!missing-type! CHIPThermostatClusterClearWeeklyScheduleParams not bound +!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound +!missing-type! CHIPThermostatClusterThermostatScheduleTransition not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPThreadNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPTimeFormatLocalization not bound +!missing-type! CHIPUnitLocalization not bound +!missing-type! CHIPUserLabel not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound +!missing-type! CHIPWiFiNetworkDiagnosticsClusterResetCountsParams not bound +!missing-type! CHIPWindowCoveringClusterDownOrCloseParams not bound +!missing-type! CHIPWindowCoveringClusterStopMotionParams not bound +!missing-type! CHIPWindowCoveringClusterUpOrOpenParams not bound +!missing-type! CHIPWriteParams not bound +!missing-type! MatterControllerFactory not bound +!missing-type! MatterControllerFactoryParams not bound +!missing-type! MTRCertificates not bound +!unknown-type! CHIPTvChannel bound diff --git a/tests/xtro-sharpie/watchOS-CHIP.todo b/tests/xtro-sharpie/watchOS-CHIP.todo deleted file mode 100644 index 180dee48c412..000000000000 --- a/tests/xtro-sharpie/watchOS-CHIP.todo +++ /dev/null @@ -1,2868 +0,0 @@ -!extra-protocol-member! unexpected selector CHIPDevicePairingDelegate::onAddressUpdated: found -!missing-enum! CHIPAccessControlAuthMode not bound -!missing-enum! CHIPAccessControlChangeType not bound -!missing-enum! CHIPAccessControlPrivilege not bound -!missing-enum! CHIPAdministratorCommissioningCommissioningWindowStatus not bound -!missing-enum! CHIPAdministratorCommissioningStatusCode not bound -!missing-enum! CHIPApplianceControlApplianceStatus not bound -!missing-enum! CHIPApplianceControlCommandIdentification not bound -!missing-enum! CHIPApplianceControlRemoteEnableFlagsAndDeviceStatus2 not bound -!missing-enum! CHIPApplianceControlWarningEvent not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertCount not bound -!missing-enum! CHIPApplianceEventsAndAlertAlertStructure not bound -!missing-enum! CHIPApplianceEventsAndAlertEventIdentification not bound -!missing-enum! CHIPApplicationBasicApplicationStatus not bound -!missing-enum! CHIPApplicationLauncherFeature not bound -!missing-enum! CHIPApplicationLauncherStatus not bound -!missing-enum! CHIPAudioOutputOutputType not bound -!missing-enum! CHIPBridgedActionsActionError not bound -!missing-enum! CHIPBridgedActionsActionState not bound -!missing-enum! CHIPBridgedActionsActionType not bound -!missing-enum! CHIPBridgedActionsCommandBits not bound -!missing-enum! CHIPBridgedActionsEndpointListType not bound -!missing-enum! CHIPChannelFeature not bound -!missing-enum! CHIPChannelLineupInfoType not bound -!missing-enum! CHIPChannelStatus not bound -!missing-enum! CHIPColorControlColorCapabilities not bound -!missing-enum! CHIPColorControlColorLoopAction not bound -!missing-enum! CHIPColorControlColorLoopDirection not bound -!missing-enum! CHIPColorControlColorLoopUpdateFlags not bound -!missing-enum! CHIPColorControlColorMode not bound -!missing-enum! CHIPColorControlHueDirection not bound -!missing-enum! CHIPColorControlHueMoveMode not bound -!missing-enum! CHIPColorControlHueStepMode not bound -!missing-enum! CHIPColorControlSaturationMoveMode not bound -!missing-enum! CHIPColorControlSaturationStepMode not bound -!missing-enum! CHIPContentLauncherFeature not bound -!missing-enum! CHIPContentLauncherMetricType not bound -!missing-enum! CHIPContentLauncherParameter not bound -!missing-enum! CHIPContentLauncherSupportedStreamingProtocol not bound -!missing-enum! CHIPDiagnosticLogsLogsIntent not bound -!missing-enum! CHIPDiagnosticLogsLogsStatus not bound -!missing-enum! CHIPDiagnosticLogsLogsTransferProtocol not bound -!missing-enum! CHIPDoorLockDayOfWeek not bound -!missing-enum! CHIPDoorLockDlAlarmCode not bound -!missing-enum! CHIPDoorLockDlAlarmMask not bound -!missing-enum! CHIPDoorLockDlCredentialRule not bound -!missing-enum! CHIPDoorLockDlCredentialRulesSupport not bound -!missing-enum! CHIPDoorLockDlCredentialType not bound -!missing-enum! CHIPDoorLockDlDataOperationType not bound -!missing-enum! CHIPDoorLockDlDaysMaskMap not bound -!missing-enum! CHIPDoorLockDlDefaultConfigurationRegister not bound -!missing-enum! CHIPDoorLockDlDoorState not bound -!missing-enum! CHIPDoorLockDlKeypadOperationEventMask not bound -!missing-enum! CHIPDoorLockDlKeypadProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlLocalProgrammingFeatures not bound -!missing-enum! CHIPDoorLockDlLockDataType not bound -!missing-enum! CHIPDoorLockDlLockOperationType not bound -!missing-enum! CHIPDoorLockDlLockState not bound -!missing-enum! CHIPDoorLockDlLockType not bound -!missing-enum! CHIPDoorLockDlManualOperationEventMask not bound -!missing-enum! CHIPDoorLockDlOperatingMode not bound -!missing-enum! CHIPDoorLockDlOperationError not bound -!missing-enum! CHIPDoorLockDlOperationSource not bound -!missing-enum! CHIPDoorLockDlRemoteOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRemoteProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDOperationEventMask not bound -!missing-enum! CHIPDoorLockDlRFIDProgrammingEventMask not bound -!missing-enum! CHIPDoorLockDlStatus not bound -!missing-enum! CHIPDoorLockDlSupportedOperatingModes not bound -!missing-enum! CHIPDoorLockDlUserStatus not bound -!missing-enum! CHIPDoorLockDlUserType not bound -!missing-enum! CHIPDoorLockFeature not bound -!missing-enum! CHIPDoorLockOperationEventCode not bound -!missing-enum! CHIPDoorLockProgrammingEventCode not bound -!missing-enum! CHIPDoorLockSetPinOrIdStatus not bound -!missing-enum! CHIPDoorLockUserStatus not bound -!missing-enum! CHIPDoorLockUserType not bound -!missing-enum! CHIPEthernetNetworkDiagnosticsPHYRateType not bound -!missing-enum! CHIPGeneralCommissioningCommissioningError not bound -!missing-enum! CHIPGeneralCommissioningRegulatoryLocationType not bound -!missing-enum! CHIPGeneralDiagnosticsBootReasonType not bound -!missing-enum! CHIPGeneralDiagnosticsHardwareFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsInterfaceType not bound -!missing-enum! CHIPGeneralDiagnosticsNetworkFaultType not bound -!missing-enum! CHIPGeneralDiagnosticsRadioFaultType not bound -!missing-enum! CHIPGroupKeyManagementGroupKeySecurityPolicy not bound -!missing-enum! CHIPIasAceAlarmStatus not bound -!missing-enum! CHIPIasAceArmMode not bound -!missing-enum! CHIPIasAceArmNotification not bound -!missing-enum! CHIPIasAceAudibleNotification not bound -!missing-enum! CHIPIasAceBypassResult not bound -!missing-enum! CHIPIasAceIasZoneStatus not bound -!missing-enum! CHIPIasAceIasZoneType not bound -!missing-enum! CHIPIasAcePanelStatus not bound -!missing-enum! CHIPIasWdSquawkInfo not bound -!missing-enum! CHIPIasWdWarningInfo not bound -!missing-enum! CHIPIasZoneIasEnrollResponseCode not bound -!missing-enum! CHIPIasZoneStatus not bound -!missing-enum! CHIPIasZoneType not bound -!missing-enum! CHIPIdentifyEffectIdentifier not bound -!missing-enum! CHIPIdentifyEffectVariant not bound -!missing-enum! CHIPIdentifyType not bound -!missing-enum! CHIPIlluminanceMeasurementLightSensorType not bound -!missing-enum! CHIPKeypadInputCecKeyCode not bound -!missing-enum! CHIPKeypadInputFeature not bound -!missing-enum! CHIPKeypadInputStatus not bound -!missing-enum! CHIPLevelControlFeature not bound -!missing-enum! CHIPLevelControlMoveMode not bound -!missing-enum! CHIPLevelControlStepMode not bound -!missing-enum! CHIPMediaInputFeature not bound -!missing-enum! CHIPMediaInputInputType not bound -!missing-enum! CHIPMediaPlaybackPlaybackState not bound -!missing-enum! CHIPMediaPlaybackStatus not bound -!missing-enum! CHIPMessagingConfirmationControl not bound -!missing-enum! CHIPMessagingControlConfirmation not bound -!missing-enum! CHIPMessagingControlEnhancedConfirmation not bound -!missing-enum! CHIPMessagingControlImportance not bound -!missing-enum! CHIPMessagingControlMask not bound -!missing-enum! CHIPMessagingControlTransmission not bound -!missing-enum! CHIPMessagingEventId not bound -!missing-enum! CHIPMessagingExtendedControlMask not bound -!missing-enum! CHIPNetworkCommissioningFeature not bound -!missing-enum! CHIPNetworkCommissioningStatus not bound -!missing-enum! CHIPNetworkCommissioningWiFiBand not bound -!missing-enum! CHIPOnOffControl not bound -!missing-enum! CHIPOnOffDelayedAllOffEffectVariant not bound -!missing-enum! CHIPOnOffDyingLightEffectVariant not bound -!missing-enum! CHIPOnOffEffectIdentifier not bound -!missing-enum! CHIPOnOffFeature not bound -!missing-enum! CHIPOperationalCredentialsOperationalCertStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAApplyUpdateAction not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTADownloadProtocol not bound -!missing-enum! CHIPOtaSoftwareUpdateProviderOTAQueryStatus not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAAnnouncementReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAChangeReason not bound -!missing-enum! CHIPOtaSoftwareUpdateRequestorOTAUpdateState not bound -!missing-enum! CHIPPowerSourceBatChargeFaultType not bound -!missing-enum! CHIPPowerSourceBatChargeLevel not bound -!missing-enum! CHIPPowerSourceBatChargeState not bound -!missing-enum! CHIPPowerSourceBatFaultType not bound -!missing-enum! CHIPPowerSourceBatReplaceability not bound -!missing-enum! CHIPPowerSourceFeature not bound -!missing-enum! CHIPPowerSourceStatus not bound -!missing-enum! CHIPPowerSourceWiredCurrentType not bound -!missing-enum! CHIPPowerSourceWiredFaultType not bound -!missing-enum! CHIPPressureMeasurementPressureFeature not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpControlMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpOperationMode not bound -!missing-enum! CHIPPumpConfigurationAndControlPumpStatus not bound -!missing-enum! CHIPScenesCopyMode not bound -!missing-enum! CHIPTargetNavigatorStatus not bound -!missing-enum! CHIPTestClusterBitmap16MaskMap not bound -!missing-enum! CHIPTestClusterBitmap32MaskMap not bound -!missing-enum! CHIPTestClusterBitmap64MaskMap not bound -!missing-enum! CHIPTestClusterBitmap8MaskMap not bound -!missing-enum! CHIPTestClusterSimple not bound -!missing-enum! CHIPTestClusterSimpleBitmap not bound -!missing-enum! CHIPThermostatControlSequence not bound -!missing-enum! CHIPThermostatDayOfWeek not bound -!missing-enum! CHIPThermostatFeature not bound -!missing-enum! CHIPThermostatModeForSequence not bound -!missing-enum! CHIPThermostatRunningMode not bound -!missing-enum! CHIPThermostatSetpointAdjustMode not bound -!missing-enum! CHIPThermostatSystemMode not bound -!missing-enum! CHIPThreadNetworkDiagnosticsFeature not bound -!missing-enum! CHIPThreadNetworkDiagnosticsNetworkFault not bound -!missing-enum! CHIPThreadNetworkDiagnosticsRoutingRole not bound -!missing-enum! CHIPThreadNetworkDiagnosticsThreadConnectionStatus not bound -!missing-enum! CHIPTimeFormatLocalizationCalendarType not bound -!missing-enum! CHIPTimeFormatLocalizationHourFormat not bound -!missing-enum! CHIPUnitLocalizationFeature not bound -!missing-enum! CHIPUnitLocalizationTempUnit not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsAssociationFailureCause not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsSecurityType not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiConnectionStatus not bound -!missing-enum! CHIPWiFiNetworkDiagnosticsWiFiVersionType not bound -!missing-enum! CHIPWindowCoveringWcFeature not bound -!missing-enum! CHIPWindowCoveringWcOperationalStatus not bound -!missing-enum! CHIPWindowCoveringWcSafetyStatus not bound -!missing-enum! MatterInteractionErrorCode not bound -!missing-field! kCHIPArrayValueType not bound -!missing-field! kCHIPAttributePathKey not bound -!missing-field! kCHIPBooleanValueType not bound -!missing-field! kCHIPCommandPathKey not bound -!missing-field! kCHIPContextTagKey not bound -!missing-field! kCHIPDataKey not bound -!missing-field! kCHIPDoubleValueType not bound -!missing-field! kCHIPErrorKey not bound -!missing-field! kCHIPFloatValueType not bound -!missing-field! kCHIPNullValueType not bound -!missing-field! kCHIPOctetStringValueType not bound -!missing-field! kCHIPSignedIntegerValueType not bound -!missing-field! kCHIPStructureValueType not bound -!missing-field! kCHIPTypeKey not bound -!missing-field! kCHIPUnsignedIntegerValueType not bound -!missing-field! kCHIPUTF8StringValueType not bound -!missing-field! kCHIPValueKey not bound -!missing-field! MatterInteractionErrorDomain not bound -!missing-protocol! CHIPDeviceAttestationDelegate not bound -!missing-protocol! CHIPDeviceControllerClientProtocol not bound -!missing-protocol! CHIPDeviceControllerServerProtocol not bound -!missing-protocol-member! CHIPDevicePairingDelegate::onCommissioningComplete: not found -!missing-selector! +CHIPAccessControl::readAttributeAclWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeExtensionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAdminVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeWindowStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAllowedVendorListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeApplicationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCatalogListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeCurrentAppWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAttributePath::attributePathWithEndpointId:clusterId:attributeId: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeCurrentOutputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeOutputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierMovingStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeBarrierSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeDataModelRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocalConfigDisabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeLocationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeOutOfServiceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributePresentValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeStatusFlagsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeBindingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeStateValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeActionListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeEndpointListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeSetupUrlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeNodeLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributePartNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductLabelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeProductURLWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeReachableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSerialNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeUniqueIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeVendorNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeChannelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeCurrentChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeLineupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorCapabilitiesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorControlOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopActiveWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopDirectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStartEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopStoredEnhancedHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorLoopTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointBYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointGYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRIntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorPointRYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeColorTempPhysicalMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCompensationTextWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCoupleColorTempToLevelMinMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentSaturationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeCurrentYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeDriftCompensationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedColorModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeEnhancedCurrentHueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeNumberOfPrimariesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary1YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary2YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary3YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary4YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary5YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6IntensityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6XWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributePrimary6YWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeStartUpColorTemperatureMiredsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointXWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeWhitePointYWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPCommandPath::commandPathWithEndpointId:clusterId:commandId: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptHeaderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClientListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeDeviceListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributePartsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeServerListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::decodeChipDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerReadParams: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerResponseValues: not bound -!missing-selector! +CHIPDeviceController::encodeChipDeviceControllerSubscribeParams: not bound -!missing-selector! +CHIPDeviceController::sharedControllerWithId:xpcConnectBlock: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeActuatorEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAutoRelockTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeDoorStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnableOneTouchLockingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLanguageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeLockTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinPINCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeMinRFIDCodeLengthWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeOperatingModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSoundVolumeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeSupportedOperatingModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeWrongCodeEntryLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeMeasurementTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageMinWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeRmsVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeTotalActivePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCarrierDetectWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeCollisionCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeFullDuplexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePacketTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributePHYRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTimeSinceResetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeTxErrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeSequenceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFanModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeBreadcrumbWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeLocationCapabilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeRegulatoryConfigWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveHardwareFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveNetworkFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeActiveRadioFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeBootReasonsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeNetworkInterfacesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeRebootCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeTotalOperationalHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeUpTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupKeyMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGroupTableWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeIdentifyTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeLightSensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeDefaultMoveRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMaxLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinFrequencyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeMinLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnOffTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOnTransitionTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeOptionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeRemainingTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeStartUpCurrentLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeActiveLocaleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeCurrentInputWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeInputListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeCurrentStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeDurationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributePlaybackSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSampledPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeEndWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeSeekRangeStartWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeStartTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeCurrentModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeOnModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStartUpModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeSupportedModesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkIDWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeMaxNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeNetworksWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeBitmapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancySensorTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeOccupancyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGlobalSceneControlWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOffWaitTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeOnTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeStartUpOnOffWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchActionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeSwitchTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCommissionedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeCurrentFabricIndexWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeNOCsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeSupportedFabricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeTrustedRootCertificatesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateProvider::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdatePossibleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeActiveBatteryFaultsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeLevelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryChargeStateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryPercentRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryTimeRemainingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeBatteryVoltageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeDescriptionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeOrderWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeSourcesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPressureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAlarmMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeCapacityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveControlModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeEffectiveOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeEnergyConsumedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeLifetimeRunningHoursWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMaxSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinCompPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstFlowWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstPressureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeMinConstTempWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeOperationModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePowerWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributePumpStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeSpeedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentGroupWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeCurrentSceneWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeNameSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeSceneValidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapFreeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapHighWatermarkWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeCurrentHeapUsedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeThreadMetricsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeCurrentPositionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeMultiPressMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeNumberOfPositionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeCurrentTargetWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeTargetListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMaxMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeMinMeasuredValueWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTemperatureMeasurement::readAttributeToleranceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochSWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeEpochUsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneralErrorBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListFabricScopedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListNullablesAndOptionalsStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeListStructOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeLongOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap32WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap64WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBitmap8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableCharStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum16WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnum8WithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableEnumAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatDoubleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableFloatSingleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt24uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt32uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt40uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt48uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt56uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt64uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeNullableStructWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeOctetStringWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt16uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8sWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeRangeRestrictedInt8uWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeStructAttrWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeTimedWriteBooleanWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeUnsupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeVendorIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAbsMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeControlSequenceOfOperationWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeLocalTemperatureWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMaxHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinCoolSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinHeatSetpointLimitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeMinSetpointDeadBandWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfDailyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeNumberOfWeeklyTransitionsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedCoolingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeOccupiedHeatingSetpointWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeStartOfWeekWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeSystemModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeKeypadLockoutWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeScheduleProgrammingVisibilityWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeTemperatureDisplayModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveNetworkFaultsListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeActiveTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeBetterPartitionAttachAttemptCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelMaskWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChannelWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeChildRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDelayWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeDetachedRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeExtendedPanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeLeaderRouterIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeMeshLocalPrefixWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNeighborTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeNetworkNameWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOperationalDatasetComponentsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePanIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeParentChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdChangeCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePartitionIdWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributePendingTimestampWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouterRoleCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRouteTableListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRoutingRoleWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxAddressFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDestAddrFilteredCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxDuplicatedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrFcsCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrInvalidSrcAddrCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrNoFrameCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrSecCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxErrUnknownNeighborCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeRxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeSecurityPolicyWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeStableDataVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBeaconRequestCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxBroadcastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDataPollCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxDirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrAbortCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrBusyChannelCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxErrCcaCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxIndirectMaxRetryExpiryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxNoAckRequestedCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxOtherCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxRetryCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxTotalCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeTxUnicastCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeWeightingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeHourFormatWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUnitLocalization::readAttributeTemperatureUnitWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeLabelListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeMACAddressWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconLostCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBeaconRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeBssidWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeChannelNumberWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeCurrentMaxRateWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeOverrunCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketMulticastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastRxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributePacketUnicastTxCountWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeRssiWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeSecurityTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeWiFiVersionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAttributeListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeClusterRevisionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeConfigStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltPercentageWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeCurrentPositionTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeEndProductTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledClosedLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitLiftWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeInstalledOpenLimitTiltWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeOperationalStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeSafetyStatusWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionLiftPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTargetPositionTiltPercent100thsWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeTypeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAclWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeExtensionWithParams:completionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAclWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeExtensionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::logoutWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAdminVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeWindowStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAllowedVendorListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationVersionWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeApplicationWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeProductIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeStatusWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAllowedVendorListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeApplicationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::applicationId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::init not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationBasicClusterApplicationBasicApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncher::hideAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCatalogListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeCurrentAppWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::stopAppWithParams:completionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCatalogListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeCurrentAppWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::writeAttributeCurrentAppWithValue:completionHandler: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::applicationId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::catalogVendorId not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setApplicationId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplication::setCatalogVendorId: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::application not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::endpoint not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::init not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterApplicationEP::setEndpoint: not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterHideAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterLaunchAppParams::setApplication: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::data not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setData: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::setStatus: not bound -!missing-selector! CHIPApplicationLauncherClusterLauncherResponseParams::status not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::application not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::init not bound -!missing-selector! CHIPApplicationLauncherClusterStopAppParams::setApplication: not bound -!missing-selector! CHIPAttributeCacheContainer::readAttributeWithEndpointId:clusterId:attributeId:clientQueue:completion: not bound -!missing-selector! CHIPAttributeReport::error not bound -!missing-selector! CHIPAudioOutput::readAttributeCurrentOutputWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeOutputListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeCurrentOutputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeOutputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::index not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::init not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::name not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::outputType not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setIndex: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setName: not bound -!missing-selector! CHIPAudioOutputClusterOutputInfo::setOutputType: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierMovingStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeBarrierSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeDataModelRevisionWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeDataModelRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocalConfigDisabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeLocationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeOutOfServiceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributePresentValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeStatusFlagsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeBindingWithParams:completionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeBindingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::writeAttributeBindingWithValue:completionHandler: not bound -!missing-selector! CHIPBindingClusterTargetStruct::cluster not bound -!missing-selector! CHIPBindingClusterTargetStruct::endpoint not bound -!missing-selector! CHIPBindingClusterTargetStruct::fabricIndex not bound -!missing-selector! CHIPBindingClusterTargetStruct::group not bound -!missing-selector! CHIPBindingClusterTargetStruct::init not bound -!missing-selector! CHIPBindingClusterTargetStruct::node not bound -!missing-selector! CHIPBindingClusterTargetStruct::setCluster: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setEndpoint: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setFabricIndex: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setGroup: not bound -!missing-selector! CHIPBindingClusterTargetStruct::setNode: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeStateValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeActionListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeEndpointListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeSetupUrlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeHardwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeManufacturingDateWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeNodeLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributePartNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductLabelWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeProductURLWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeReachableWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSerialNumberWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionStringWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeSoftwareVersionWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeUniqueIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorIDWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeVendorNameWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeHardwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeManufacturingDateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeNodeLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributePartNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductLabelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeProductURLWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeReachableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSerialNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeSoftwareVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeUniqueIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeVendorNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::writeAttributeNodeLabelWithValue:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelByNumberWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::changeChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeChannelListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeCurrentChannelWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeLineupWithCompletionHandler: not bound -!missing-selector! CHIPChannel::skipChannelWithParams:completionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeChannelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeCurrentChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeLineupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::majorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::minorNumber not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelByNumberParams::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::match not bound -!missing-selector! CHIPChannelClusterChangeChannelParams::setMatch: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::data not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::init not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setData: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::setStatus: not bound -!missing-selector! CHIPChannelClusterChangeChannelResponseParams::status not bound -!missing-selector! CHIPChannelClusterChannelInfo::affiliateCallSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::callSign not bound -!missing-selector! CHIPChannelClusterChannelInfo::init not bound -!missing-selector! CHIPChannelClusterChannelInfo::majorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::minorNumber not bound -!missing-selector! CHIPChannelClusterChannelInfo::name not bound -!missing-selector! CHIPChannelClusterChannelInfo::setAffiliateCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setCallSign: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMajorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setMinorNumber: not bound -!missing-selector! CHIPChannelClusterChannelInfo::setName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::init not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupInfoType not bound -!missing-selector! CHIPChannelClusterLineupInfo::lineupName not bound -!missing-selector! CHIPChannelClusterLineupInfo::operatorName not bound -!missing-selector! CHIPChannelClusterLineupInfo::postalCode not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupInfoType: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setLineupName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setOperatorName: not bound -!missing-selector! CHIPChannelClusterLineupInfo::setPostalCode: not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::getCount not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::init not bound -!missing-selector! CHIPChannelClusterSkipChannelParams::setCount: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorCapabilitiesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorControlOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopActiveWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopDirectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStartEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopStoredEnhancedHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorLoopTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointBYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointGYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRIntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorPointRYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeColorTempPhysicalMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCompensationTextWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCoupleColorTempToLevelMinMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentSaturationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeCurrentYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeDriftCompensationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedColorModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeEnhancedCurrentHueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeNumberOfPrimariesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary1YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary2YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary3YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary4YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary5YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6IntensityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6XWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributePrimary6YWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeStartUpColorTemperatureMiredsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointXWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeWhitePointYWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPCommandPath::cluster not bound -!missing-selector! CHIPCommandPath::command not bound -!missing-selector! CHIPCommandPath::endpoint not bound -!missing-selector! CHIPCommissioningParameters::attestationNonce not bound -!missing-selector! CHIPCommissioningParameters::CSRNonce not bound -!missing-selector! CHIPCommissioningParameters::deviceAttestationDelegate not bound -!missing-selector! CHIPCommissioningParameters::failSafeExpiryTimeoutSecs not bound -!missing-selector! CHIPCommissioningParameters::setAttestationNonce: not bound -!missing-selector! CHIPCommissioningParameters::setCSRNonce: not bound -!missing-selector! CHIPCommissioningParameters::setDeviceAttestationDelegate: not bound -!missing-selector! CHIPCommissioningParameters::setFailSafeExpiryTimeoutSecs: not bound -!missing-selector! CHIPCommissioningParameters::setThreadOperationalDataset: not bound -!missing-selector! CHIPCommissioningParameters::setWifiCredentials: not bound -!missing-selector! CHIPCommissioningParameters::setWifiSSID: not bound -!missing-selector! CHIPCommissioningParameters::threadOperationalDataset not bound -!missing-selector! CHIPCommissioningParameters::wifiCredentials not bound -!missing-selector! CHIPCommissioningParameters::wifiSSID not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptHeaderWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeSupportedStreamingProtocolsWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptHeaderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeSupportedStreamingProtocolsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::writeAttributeSupportedStreamingProtocolsWithValue:completionHandler: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::init not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::name not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setName: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::setValue: not bound -!missing-selector! CHIPContentLauncherClusterAdditionalInfo::value not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::background not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::init not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::logo not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::progressBar not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::providerName not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setBackground: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setLogo: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProgressBar: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setProviderName: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setSplash: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::setWaterMark: not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::splash not bound -!missing-selector! CHIPContentLauncherClusterBrandingInformation::waterMark not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::init not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::parameterList not bound -!missing-selector! CHIPContentLauncherClusterContentSearch::setParameterList: not bound -!missing-selector! CHIPContentLauncherClusterDimension::height not bound -!missing-selector! CHIPContentLauncherClusterDimension::init not bound -!missing-selector! CHIPContentLauncherClusterDimension::metric not bound -!missing-selector! CHIPContentLauncherClusterDimension::setHeight: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setMetric: not bound -!missing-selector! CHIPContentLauncherClusterDimension::setWidth: not bound -!missing-selector! CHIPContentLauncherClusterDimension::width not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::search not bound -!missing-selector! CHIPContentLauncherClusterLaunchContentParams::setSearch: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::data not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::init not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setData: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::setStatus: not bound -!missing-selector! CHIPContentLauncherClusterLaunchResponseParams::status not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::brandingInformation not bound -!missing-selector! CHIPContentLauncherClusterLaunchURLParams::setBrandingInformation: not bound -!missing-selector! CHIPContentLauncherClusterParameter::externalIDList not bound -!missing-selector! CHIPContentLauncherClusterParameter::init not bound -!missing-selector! CHIPContentLauncherClusterParameter::setExternalIDList: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setType: not bound -!missing-selector! CHIPContentLauncherClusterParameter::setValue: not bound -!missing-selector! CHIPContentLauncherClusterParameter::type not bound -!missing-selector! CHIPContentLauncherClusterParameter::value not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::color not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::imageUrl not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::init not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setColor: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setImageUrl: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::setSize: not bound -!missing-selector! CHIPContentLauncherClusterStyleInformation::size not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClientListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeDeviceListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributePartsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeServerListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::deregisterReportHandlersWithClientQueue:completion: not bound -!missing-selector! CHIPDevice::invokeCommandWithEndpointId:clusterId:commandId:commandFields:timedInvokeTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDevice::readAttributeWithEndpointId:clusterId:attributeId:params:clientQueue:completion: not bound -!missing-selector! CHIPDevice::subscribeAttributeWithEndpointId:clusterId:attributeId:minInterval:maxInterval:params:clientQueue:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:reportHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDevice::writeAttributeWithEndpointId:clusterId:attributeId:value:timedWriteTimeout:clientQueue:completion: not bound -!missing-selector! CHIPDeviceController::commissionDevice:commissioningParams:error: not bound -!missing-selector! CHIPDeviceController::continueCommissioningDevice:ignoreAttestationFailure:error: not bound -!missing-selector! CHIPDeviceController::deviceBeingCommissionedOverBLE: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::clearUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getCredentialStatusWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAutoRelockTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeDoorStateWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnableOneTouchLockingWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeEnablePrivacyModeButtonWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeLanguageWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMaxRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinPINCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeMinRFIDCodeLengthWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfPINUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfRFIDUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfTotalUsersSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfWeekDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfYearDaySchedulesSupportedPerUserWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeOperatingModeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSoundVolumeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeSupportedOperatingModesWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeWrongCodeEntryLimitWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setCredentialWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::setUserWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeActuatorEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAutoRelockTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeDoorStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnableOneTouchLockingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeEnablePrivacyModeButtonWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLanguageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeLockTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMaxRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinPINCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeMinRFIDCodeLengthWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfPINUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfRFIDUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfTotalUsersSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfWeekDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfYearDaySchedulesSupportedPerUserWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeOperatingModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSoundVolumeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeSupportedOperatingModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeWrongCodeEntryLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeAutoRelockTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnableOneTouchLockingWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeEnablePrivacyModeButtonWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeLanguageWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeOperatingModeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeSoundVolumeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeWrongCodeEntryLimitWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::setUserType: not bound -!missing-selector! CHIPDoorLockClusterSetCredentialParams::userType not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeMeasurementTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageMinWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeRmsVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeTotalActivePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCarrierDetectWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeCollisionCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeFullDuplexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePacketTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributePHYRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTimeSinceResetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeTxErrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeSequenceWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFanModeWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeSequenceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFanModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeSequenceWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeFanModeWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeBasicCommissioningInfoWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBasicCommissioningInfoWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeBreadcrumbWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeLocationCapabilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeRegulatoryConfigWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::failSafeExpiryLengthSeconds not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::init not bound -!missing-selector! CHIPGeneralCommissioningClusterBasicCommissioningInfo::setFailSafeExpiryLengthSeconds: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveHardwareFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveNetworkFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeActiveRadioFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeBootReasonsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeNetworkInterfacesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeRebootCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeTotalOperationalHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeUpTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv4Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::iPv6Addresses not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::isOperational not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv4Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIPv6Addresses: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkInterfaceType::setIsOperational: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadAllIndicesWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetReadWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetRemoveWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::keySetWriteWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupKeyMapWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGroupTableWithParams:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupKeysPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeMaxGroupsPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupKeyMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGroupTableWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupKeysPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeMaxGroupsPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::writeAttributeGroupKeyMapWithValue:completionHandler: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::endpoints not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::groupName not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setEndpoints: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupInfoMapStruct::setGroupName: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::fabricIndex not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupId not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setFabricIndex: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupId: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeyMapStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochKey2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime0 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime1 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::epochStartTime2 not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySecurityPolicy not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::init not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochKey2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime0: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime1: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setEpochStartTime2: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySecurityPolicy: not bound -!missing-selector! CHIPGroupKeyManagementClusterGroupKeySetStruct::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::groupKeySetIDs not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams::setGroupKeySetIDs: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetReadResponseParams::setGroupKeySet: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::groupKeySetID not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetRemoveParams::setGroupKeySetID: not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::groupKeySet not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::init not bound -!missing-selector! CHIPGroupKeyManagementClusterKeySetWriteParams::setGroupKeySet: not bound -!missing-selector! CHIPGroups::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeIdentifyTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeLightSensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeDefaultMoveRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMaxLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinFrequencyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeMinLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnOffTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOnTransitionTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeOptionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeRemainingTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeStartUpCurrentLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeActiveLocaleWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeSupportedLocalesWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeActiveLocaleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeSupportedLocalesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::writeAttributeActiveLocaleWithValue:completionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeCurrentInputWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeInputListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeCurrentInputWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeInputListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::descriptionString not bound -!missing-selector! CHIPMediaInputClusterInputInfo::index not bound -!missing-selector! CHIPMediaInputClusterInputInfo::init not bound -!missing-selector! CHIPMediaInputClusterInputInfo::inputType not bound -!missing-selector! CHIPMediaInputClusterInputInfo::name not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setDescriptionString: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setIndex: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setInputType: not bound -!missing-selector! CHIPMediaInputClusterInputInfo::setName: not bound -!missing-selector! CHIPMediaPlayback::fastForwardWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::nextWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::pauseWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::playWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::previousWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeCurrentStateWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeSampledPositionWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::rewindWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::seekWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipBackwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::skipForwardWithParams:completionHandler: not bound -!missing-selector! CHIPMediaPlayback::startOverWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::stopPlaybackWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeCurrentStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeDurationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributePlaybackSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSampledPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeEndWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeSeekRangeStartWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeStartTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::position not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::setUpdatedAt: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackPosition::updatedAt not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::data not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setData: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::setStatus: not bound -!missing-selector! CHIPMediaPlaybackClusterPlaybackResponseParams::status not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::position not bound -!missing-selector! CHIPMediaPlaybackClusterSeekParams::setPosition: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipBackwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::deltaPositionMilliseconds not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::init not bound -!missing-selector! CHIPMediaPlaybackClusterSkipForwardParams::setDeltaPositionMilliseconds: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeCurrentModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeOnModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStartUpModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeSupportedModesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateThreadNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::addOrUpdateWiFiNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::connectNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeConnectMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeInterfaceEnabledWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastConnectErrorValueWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkIDWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeLastNetworkingStatusWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeMaxNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeNetworksWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeScanMaxTimeSecondsWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::reorderNetworkWithParams:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeConnectMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeInterfaceEnabledWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastConnectErrorValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkIDWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeLastNetworkingStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeMaxNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeNetworksWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeScanMaxTimeSecondsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::writeAttributeInterfaceEnabledWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::operationalDataset not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams::setOperationalDataset: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::credentials not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setCredentials: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::setSsid: not bound -!missing-selector! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams::ssid not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::errorValue not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setErrorValue: not bound -!missing-selector! CHIPNetworkCommissioningClusterConnectNetworkResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::debugText not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setDebugText: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::connected not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::init not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setConnected: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkInfo::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::breadcrumb not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::init not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkID not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setBreadcrumb: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkID: not bound -!missing-selector! CHIPNetworkCommissioningClusterReorderNetworkParams::setNetworkIndex: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::networkingStatus not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setNetworkingStatus: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::setWiFiScanResults: not bound -!missing-selector! CHIPNetworkCommissioningClusterScanNetworksResponseParams::wiFiScanResults not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::channel not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedAddress not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::extendedPanId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::lqi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::networkName not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::panId not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setChannel: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedAddress: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setExtendedPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setLqi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setNetworkName: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setPanId: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::setVersion: not bound -!missing-selector! CHIPNetworkCommissioningClusterThreadInterfaceScanResult::version not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::rssi not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setRssi: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::setWiFiBand: not bound -!missing-selector! CHIPNetworkCommissioningClusterWiFiInterfaceScanResult::wiFiBand not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeBitmapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancySensorTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeOccupancyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGlobalSceneControlWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOffWaitTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeOnTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeStartUpOnOffWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchActionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeSwitchTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::CSRRequestWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeFabricsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeNOCsWithParams:completionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCommissionedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeCurrentFabricIndexWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeNOCsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeSupportedFabricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeTrustedRootCertificatesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::csrNonce not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRRequestParams::setCsrNonce: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::attestationSignature not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::init not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::nocsrElements not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setAttestationSignature: not bound -!missing-selector! CHIPOperationalCredentialsClusterCSRResponseParams::setNocsrElements: not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::icac not bound -!missing-selector! CHIPOperationalCredentialsClusterNOCStruct::setIcac: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateProvider::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeDefaultOtaProvidersWithParams:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateProgressWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::readAttributeUpdateStateWithCompletionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeDefaultOtaProvidersWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdatePossibleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateProgressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::subscribeAttributeUpdateStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestor::writeAttributeDefaultOtaProvidersWithValue:completionHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::providerNodeId not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams::setProviderNodeId: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::endpoint not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::fabricIndex not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::init not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::providerNodeID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setEndpoint: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setFabricIndex: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation::setProviderNodeID: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeActiveBatteryFaultsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeLevelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryChargeStateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryPercentRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryTimeRemainingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeBatteryVoltageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeDescriptionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeOrderWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatChargeFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterBatFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::current not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::init not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::previous not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setCurrent: not bound -!missing-selector! CHIPPowerSourceClusterWiredFaultChangeType::setPrevious: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeSourcesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPressureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAlarmMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeCapacityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveControlModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeEffectiveOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeEnergyConsumedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeLifetimeRunningHoursWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMaxSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinCompPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstFlowWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstPressureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeMinConstTempWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeOperationModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePowerWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributePumpStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeSpeedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPReadParams::fabricFiltered not bound -!missing-selector! CHIPReadParams::init not bound -!missing-selector! CHIPReadParams::setFabricFiltered: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentGroupWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeCurrentSceneWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeNameSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeSceneValidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapFreeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapHighWatermarkWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeCurrentHeapUsedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeThreadMetricsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::faultRecording not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::id not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::init not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::name not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setFaultRecording: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setId: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct::setName: not bound -!missing-selector! CHIPSubscribeParams::autoResubscribe not bound -!missing-selector! CHIPSubscribeParams::init not bound -!missing-selector! CHIPSubscribeParams::keepPreviousSubscriptions not bound -!missing-selector! CHIPSubscribeParams::setAutoResubscribe: not bound -!missing-selector! CHIPSubscribeParams::setKeepPreviousSubscriptions: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeCurrentPositionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeMultiPressMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeNumberOfPositionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeCurrentTargetWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeTargetListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeCurrentTargetWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeTargetListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::identifier not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::init not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::name not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setIdentifier: not bound -!missing-selector! CHIPTargetNavigatorClusterTargetInfo::setName: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMaxMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeMinMeasuredValueWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTemperatureMeasurement::subscribeAttributeToleranceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeClusterErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneralErrorBooleanWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeListFabricScopedWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeNullableStructWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeStructAttrWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochSWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeEpochUsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneralErrorBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListFabricScopedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListNullablesAndOptionalsStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeListStructOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeLongOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap32WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap64WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBitmap8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableCharStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum16WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnum8WithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableEnumAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatDoubleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableFloatSingleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt24uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt32uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt40uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt48uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt56uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt64uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeNullableStructWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeOctetStringWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt16uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8sWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeRangeRestrictedInt8uWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeStructAttrWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeTimedWriteBooleanWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeUnsupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeVendorIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::testEmitTestEventRequestWithParams:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeClusterErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeGeneralErrorBooleanWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListFabricScopedWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListLongOctetStringWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeListNullablesAndOptionalsStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeNullableStructWithValue:completionHandler: not bound -!missing-selector! CHIPTestCluster::writeAttributeStructAttrWithValue:completionHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::init not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::setValue: not bound -!missing-selector! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams::value not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricIndex not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveCharString not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveInt8uList not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::fabricSensitiveStruct not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::init not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::nullableOptionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::optionalFabricSensitiveInt8u not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricIndex: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveCharString: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveInt8uList: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setFabricSensitiveStruct: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setNullableOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScoped::setOptionalFabricSensitiveInt8u: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAbsMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeControlSequenceOfOperationWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeLocalTemperatureWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMaxHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinCoolSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinHeatSetpointLimitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeMinSetpointDeadBandWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfDailyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeNumberOfWeeklyTransitionsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedCoolingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeOccupiedHeatingSetpointWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeStartOfWeekWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeSystemModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::humidityInPercentage not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::localTemperature not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::relayStatus not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setHumidityInPercentage: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setLocalTemperature: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setpoint not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setRelayStatus: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setSetpoint: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setTimeOfDay: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::setUnreadEntries: not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::timeOfDay not bound -!missing-selector! CHIPThermostatClusterGetRelayStatusLogResponseParams::unreadEntries not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::dayOfWeekForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::init not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::modeForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::numberOfTransitionsForSequence not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::payload not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setDayOfWeekForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setModeForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setNumberOfTransitionsForSequence: not bound -!missing-selector! CHIPThermostatClusterGetWeeklyScheduleResponseParams::setPayload: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeKeypadLockoutWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeScheduleProgrammingVisibilityWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeTemperatureDisplayModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveNetworkFaultsListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeActiveTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeBetterPartitionAttachAttemptCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelMaskWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChannelWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeChildRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDelayWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeDetachedRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeExtendedPanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeLeaderRouterIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeMeshLocalPrefixWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNeighborTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeNetworkNameWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOperationalDatasetComponentsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePanIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeParentChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdChangeCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePartitionIdWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributePendingTimestampWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouterRoleCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRouteTableListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRoutingRoleWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxAddressFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDestAddrFilteredCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxDuplicatedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrFcsCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrInvalidSrcAddrCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrNoFrameCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrSecCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxErrUnknownNeighborCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeRxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeSecurityPolicyWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeStableDataVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBeaconRequestCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxBroadcastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDataPollCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxDirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrAbortCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrBusyChannelCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxErrCcaCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxIndirectMaxRetryExpiryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxNoAckRequestedCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxOtherCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxRetryCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxTotalCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeTxUnicastCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeWeightingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeActiveCalendarTypeWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeHourFormatWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeSupportedCalendarTypesWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeActiveCalendarTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeHourFormatWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeSupportedCalendarTypesWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeActiveCalendarTypeWithValue:completionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::writeAttributeHourFormatWithValue:completionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeAttributeListWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::readAttributeTemperatureUnitWithCompletionHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::subscribeAttributeTemperatureUnitWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUnitLocalization::writeAttributeTemperatureUnitWithValue:completionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeClusterRevisionWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeLabelListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeLabelListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::writeAttributeLabelListWithValue:completionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeMACAddressWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeMACAddressWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconLostCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBeaconRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeBssidWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeChannelNumberWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeCurrentMaxRateWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeOverrunCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketMulticastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastRxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributePacketUnicastTxCountWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeRssiWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeSecurityTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeWiFiVersionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAttributeListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeClusterRevisionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeConfigStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltPercentageWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeCurrentPositionTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeEndProductTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledClosedLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitLiftWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeInstalledOpenLimitTiltWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeOperationalStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeSafetyStatusWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionLiftPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTargetPositionTiltPercent100thsWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeTypeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-type! CHIPApplicationBasicClusterApplicationBasicApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplication not bound -!missing-type! CHIPApplicationLauncherClusterApplicationEP not bound -!missing-type! CHIPApplicationLauncherClusterHideAppParams not bound -!missing-type! CHIPApplicationLauncherClusterLauncherResponseParams not bound -!missing-type! CHIPApplicationLauncherClusterStopAppParams not bound -!missing-type! CHIPAttributeCacheContainer not bound -!missing-type! CHIPAudioOutputClusterOutputInfo not bound -!missing-type! CHIPBindingClusterTargetStruct not bound -!missing-type! CHIPChannel not bound -!missing-type! CHIPChannelClusterChangeChannelByNumberParams not bound -!missing-type! CHIPChannelClusterChangeChannelParams not bound -!missing-type! CHIPChannelClusterChangeChannelResponseParams not bound -!missing-type! CHIPChannelClusterChannelInfo not bound -!missing-type! CHIPChannelClusterLineupInfo not bound -!missing-type! CHIPChannelClusterSkipChannelParams not bound -!missing-type! CHIPCommandPath not bound -!missing-type! CHIPCommissioningParameters not bound -!missing-type! CHIPContentLauncherClusterAdditionalInfo not bound -!missing-type! CHIPContentLauncherClusterBrandingInformation not bound -!missing-type! CHIPContentLauncherClusterContentSearch not bound -!missing-type! CHIPContentLauncherClusterDimension not bound -!missing-type! CHIPContentLauncherClusterLaunchResponseParams not bound -!missing-type! CHIPContentLauncherClusterParameter not bound -!missing-type! CHIPContentLauncherClusterStyleInformation not bound -!missing-type! CHIPFanControl not bound -!missing-type! CHIPGeneralCommissioningClusterBasicCommissioningInfo not bound -!missing-type! CHIPGroupKeyManagementClusterGroupInfoMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeyMapStruct not bound -!missing-type! CHIPGroupKeyManagementClusterGroupKeySetStruct not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadAllIndicesResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetReadResponseParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetRemoveParams not bound -!missing-type! CHIPGroupKeyManagementClusterKeySetWriteParams not bound -!missing-type! CHIPLocalizationConfiguration not bound -!missing-type! CHIPMediaInputClusterInputInfo not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackPosition not bound -!missing-type! CHIPMediaPlaybackClusterPlaybackResponseParams not bound -!missing-type! CHIPMediaPlaybackClusterSeekParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipBackwardParams not bound -!missing-type! CHIPMediaPlaybackClusterSkipForwardParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateThreadNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkParams not bound -!missing-type! CHIPNetworkCommissioningClusterConnectNetworkResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkConfigResponseParams not bound -!missing-type! CHIPNetworkCommissioningClusterNetworkInfo not bound -!missing-type! CHIPNetworkCommissioningClusterReorderNetworkParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRRequestParams not bound -!missing-type! CHIPOperationalCredentialsClusterCSRResponseParams not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterProviderLocation not bound -!missing-type! CHIPPowerSourceClusterBatChargeFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterBatFaultChangeType not bound -!missing-type! CHIPPowerSourceClusterWiredFaultChangeType not bound -!missing-type! CHIPReadParams not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultStruct not bound -!missing-type! CHIPSubscribeParams not bound -!missing-type! CHIPTargetNavigatorClusterTargetInfo not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventRequestParams not bound -!missing-type! CHIPTestClusterClusterTestEmitTestFabricScopedEventResponseParams not bound -!missing-type! CHIPTestClusterClusterTestFabricScoped not bound -!missing-type! CHIPThermostatClusterGetRelayStatusLogResponseParams not bound -!missing-type! CHIPThermostatClusterGetWeeklyScheduleResponseParams not bound -!missing-type! CHIPTimeFormatLocalization not bound -!missing-type! CHIPUnitLocalization not bound -!missing-type! CHIPUserLabel not bound -!unknown-type! CHIPTvChannel bound -!extra-protocol-member! unexpected selector CHIPKeypair::initialize found -!missing-enum! CHIPAudioOutputFeature not bound -!missing-enum! CHIPColorControlFeature not bound -!missing-enum! CHIPContentLauncherContentLaunchStatus not bound -!missing-enum! CHIPDoorLockDlCredentialRuleMask not bound -!missing-enum! CHIPFanControlFanModeSequenceType not bound -!missing-enum! CHIPFanControlFanModeType not bound -!missing-enum! CHIPFanControlFeature not bound -!missing-enum! CHIPFanControlRockSupportMask not bound -!missing-enum! CHIPFanControlWindSettingMask not bound -!missing-enum! CHIPFanControlWindSupportMask not bound -!missing-enum! CHIPModeSelectFeature not bound -!missing-enum! CHIPNetworkCommissioningWiFiSecurity not bound -!missing-enum! CHIPOnOffStartUpOnOff not bound -!missing-enum! CHIPWindowCoveringConfigStatus not bound -!missing-enum! CHIPWindowCoveringEndProductType not bound -!missing-enum! CHIPWindowCoveringMode not bound -!missing-enum! CHIPWindowCoveringType not bound -!missing-selector! +CHIPAccessControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAccountLogin::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPApplicationLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPAudioOutput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBarrierControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeCapabilityMinimaWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBinding::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBooleanState::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedActions::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPChannel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPColorControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPContentLauncher::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDescriptor::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPEventPath::eventPathWithEndpointId:clusterId:eventId: not bound -!missing-selector! +CHIPFanControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributePercentSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeRockSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedCurrentWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedMaxWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeSpeedSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSettingWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFanControl::readAttributeWindSupportWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFixedLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPFlowMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPGroups::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIdentify::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPKeypadInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLevelControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPLowPower::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaInput::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPMediaPlayback::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeFeatureMapWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPModeSelect::readAttributeStandardNamespaceWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOccupancySensing::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOff::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPOperationalCredentials::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSource::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPScenes::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPSwitch::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTargetNavigator::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTestCluster::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostat::readAttributeThermostatRunningModeWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPUserLabel::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWakeOnLan::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeAcceptedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +CHIPWindowCovering::readAttributeGeneratedCommandListWithAttributeCache:endpoint:queue:completionHandler: not bound -!missing-selector! +MatterControllerFactory::sharedInstance not bound -!missing-selector! CHIPAccessControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeAccessControlEntriesPerFabricWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeSubjectsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::readAttributeTargetsPerAccessControlEntryWithCompletionHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeAccessControlEntriesPerFabricWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeSubjectsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControl::subscribeAttributeTargetsPerAccessControlEntryWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlEntryChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminFabricIndex not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminNodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::adminPasscodeID not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::changeType not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::latestValue not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminFabricIndex: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminNodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setAdminPasscodeID: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setChangeType: not bound -!missing-selector! CHIPAccessControlClusterAccessControlExtensionChangedEvent::setLatestValue: not bound -!missing-selector! CHIPAccountLogin::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAccountLogin::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAdministratorCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPApplicationLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPAudioOutput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBarrierControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeCapabilityMinimaWithCompletionHandler: not bound -!missing-selector! CHIPBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeCapabilityMinimaWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::caseSessionsPerFabric not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::init not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setCaseSessionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::setSubscriptionsPerFabric: not bound -!missing-selector! CHIPBasicClusterCapabilityMinimaStruct::subscriptionsPerFabric not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinaryInputBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBinding::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanState::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::setStateValue: not bound -!missing-selector! CHIPBooleanStateClusterStateChangeEvent::stateValue not bound -!missing-selector! CHIPBridgedActions::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActions::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::error not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setError: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterActionFailedEvent::setNewState: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::actionID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::getNewState not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::invokeID not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setActionID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setInvokeID: not bound -!missing-selector! CHIPBridgedActionsClusterStateChangedEvent::setNewState: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasic::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::reachableNewValue not bound -!missing-selector! CHIPBridgedDeviceBasicClusterReachableChangedEvent::setReachableNewValue: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::setSoftwareVersion: not bound -!missing-selector! CHIPBridgedDeviceBasicClusterStartUpEvent::softwareVersion not bound -!missing-selector! CHIPChannel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPChannel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPColorControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPContentLauncher::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDescriptor::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDevice::subscribeWithQueue:minInterval:maxInterval:params:cacheContainer:attributeReportHandler:eventReportHandler:errorHandler:subscriptionEstablished: not bound -!missing-selector! CHIPDeviceControllerStartupParams::fabricId not bound -!missing-selector! CHIPDeviceControllerStartupParams::initWithKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::ipk not bound -!missing-selector! CHIPDeviceControllerStartupParams::rootCAKeypair not bound -!missing-selector! CHIPDeviceControllerStartupParams::setFabricId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setIpk: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setRootCAKeypair: not bound -!missing-selector! CHIPDeviceControllerStartupParams::setVendorId: not bound -!missing-selector! CHIPDeviceControllerStartupParams::vendorId not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDiagnosticLogs::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::clearHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::getHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeNumberOfHolidaySchedulesSupportedWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeRequirePINforRemoteOperationWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::readAttributeUserCodeTemporaryDisableTimeWithCompletionHandler: not bound -!missing-selector! CHIPDoorLock::setHolidayScheduleWithParams:completionHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeNumberOfHolidaySchedulesSupportedWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::subscribeAttributeUserCodeTemporaryDisableTimeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeRequirePINforRemoteOperationWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLock::writeAttributeUserCodeTemporaryDisableTimeWithValue:completionHandler: not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::alarmCode not bound -!missing-selector! CHIPDoorLockClusterDoorLockAlarmEvent::setAlarmCode: not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::doorState not bound -!missing-selector! CHIPDoorLockClusterDoorStateChangeEvent::setDoorState: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationError not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationError: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationErrorEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::credentials not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::lockOperationType not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setCredentials: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setLockOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockOperationEvent::userIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::dataOperationType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::fabricIndex not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::lockDataType not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::operationSource not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setDataOperationType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setFabricIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setLockDataType: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setOperationSource: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setSourceNode: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::setUserIndex: not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::sourceNode not bound -!missing-selector! CHIPDoorLockClusterLockUserChangeEvent::userIndex not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPElectricalMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEthernetNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPEventPath::cluster not bound -!missing-selector! CHIPEventPath::endpoint not bound -!missing-selector! CHIPEventPath::event not bound -!missing-selector! CHIPEventReport::error not bound -!missing-selector! CHIPEventReport::eventNumber not bound -!missing-selector! CHIPEventReport::path not bound -!missing-selector! CHIPEventReport::priority not bound -!missing-selector! CHIPEventReport::timestamp not bound -!missing-selector! CHIPEventReport::value not bound -!missing-selector! CHIPFanControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributePercentSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeRockSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedCurrentWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedMaxWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeSpeedSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSettingWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::readAttributeWindSupportWithCompletionHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributePercentSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeRockSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedCurrentWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedMaxWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeSpeedSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSettingWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::subscribeAttributeWindSupportWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFanControl::writeAttributePercentSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeRockSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeSpeedSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFanControl::writeAttributeWindSettingWithValue:completionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFixedLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPFlowMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::readAttributeSupportsConcurrentConnectionWithCompletionHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioning::subscribeAttributeSupportsConcurrentConnectionWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::getNewRegulatoryConfig not bound -!missing-selector! CHIPGeneralCommissioningClusterSetRegulatoryConfigParams::setNewRegulatoryConfig: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::bootReason not bound -!missing-selector! CHIPGeneralDiagnosticsClusterBootReasonEvent::setBootReason: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::current not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::previous not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setCurrent: not bound -!missing-selector! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent::setPrevious: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroupKeyManagement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPGroups::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIdentify::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPIlluminanceMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPKeypadInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLevelControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLocalizationConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPLowPower::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaInput::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPMediaPlayback::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeFeatureMapWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::readAttributeStandardNamespaceWithCompletionHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeFeatureMapWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::subscribeAttributeStandardNamespaceWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPModeSelect::writeAttributeStartUpModeWithValue:completionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioning::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::networkIndex not bound -!missing-selector! CHIPNetworkCommissioningClusterNetworkConfigResponseParams::setNetworkIndex: not bound -!missing-selector! CHIPOccupancySensing::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOccupancySensing::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOff::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOnOffSwitchConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOperationalCredentials::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::bytesDownloaded not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::platformCode not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::progressPercent not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setBytesDownloaded: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setPlatformCode: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setProgressPercent: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent::softwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::getNewState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::previousState not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::reason not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setNewState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setPreviousState: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setReason: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::setTargetSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent::targetSoftwareVersion not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::productID not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setProductID: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::setSoftwareVersion: not bound -!missing-selector! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent::softwareVersion not bound -!missing-selector! CHIPPowerSource::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSource::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPowerSourceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPPumpConfigurationAndControl::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPRelativeHumidityMeasurement::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPScenes::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::setSoftwareFault: not bound -!missing-selector! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent::softwareFault not bound -!missing-selector! CHIPSwitch::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitch::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterInitialPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterLongPressEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterLongReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::setTotalNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressCompleteEvent::totalNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::currentNumberOfPressesCounted not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setCurrentNumberOfPressesCounted: not bound -!missing-selector! CHIPSwitchClusterMultiPressOngoingEvent::setNewPosition: not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::previousPosition not bound -!missing-selector! CHIPSwitchClusterShortReleaseEvent::setPreviousPosition: not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::getNewPosition not bound -!missing-selector! CHIPSwitchClusterSwitchLatchedEvent::setNewPosition: not bound -!missing-selector! CHIPTargetNavigator::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTargetNavigator::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestCluster::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg2 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg3 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg4 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg5 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::arg6 not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg1: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg2: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg3: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg4: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg5: not bound -!missing-selector! CHIPTestClusterClusterTestEventEvent::setArg6: not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::arg1 not bound -!missing-selector! CHIPTestClusterClusterTestFabricScopedEventEvent::setArg1: not bound -!missing-selector! CHIPThermostat::readAttributeThermostatRunningModeWithCompletionHandler: not bound -!missing-selector! CHIPThermostat::subscribeAttributeThermostatRunningModeWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThermostatUserInterfaceConfiguration::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPTimeFormatLocalization::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPUserLabel::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWakeOnLan::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnostics::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::associationFailure not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setAssociationFailure: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::setStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent::status not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::connectionStatus not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent::setConnectionStatus: not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::reasonCode not bound -!missing-selector! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent::setReasonCode: not bound -!missing-selector! CHIPWindowCovering::readAttributeAcceptedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::readAttributeGeneratedCommandListWithCompletionHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeAcceptedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! CHIPWindowCovering::subscribeAttributeGeneratedCommandListWithMinInterval:maxInterval:params:subscriptionEstablished:reportHandler: not bound -!missing-selector! MatterControllerFactory::isRunning not bound -!missing-selector! MatterControllerFactory::shutdown not bound -!missing-selector! MatterControllerFactory::startControllerOnExistingFabric: not bound -!missing-selector! MatterControllerFactory::startControllerOnNewFabric: not bound -!missing-selector! MatterControllerFactory::startup: not bound -!missing-selector! MatterControllerFactoryParams::initWithStorage: not bound -!missing-selector! MatterControllerFactoryParams::paaCerts not bound -!missing-selector! MatterControllerFactoryParams::port not bound -!missing-selector! MatterControllerFactoryParams::setPaaCerts: not bound -!missing-selector! MatterControllerFactoryParams::setPort: not bound -!missing-selector! MatterControllerFactoryParams::setStartServer: not bound -!missing-selector! MatterControllerFactoryParams::startServer not bound -!missing-selector! MatterControllerFactoryParams::storageDelegate not bound -!missing-type! CHIPAccessControlClusterAccessControlEntryChangedEvent not bound -!missing-type! CHIPAccessControlClusterAccessControlExtensionChangedEvent not bound -!missing-type! CHIPBasicClusterCapabilityMinimaStruct not bound -!missing-type! CHIPBasicClusterLeaveEvent not bound -!missing-type! CHIPBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBasicClusterShutDownEvent not bound -!missing-type! CHIPBasicClusterStartUpEvent not bound -!missing-type! CHIPBooleanStateClusterStateChangeEvent not bound -!missing-type! CHIPBridgedActionsClusterActionFailedEvent not bound -!missing-type! CHIPBridgedActionsClusterStateChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterLeaveEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterReachableChangedEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterShutDownEvent not bound -!missing-type! CHIPBridgedDeviceBasicClusterStartUpEvent not bound -!missing-type! CHIPDeviceControllerStartupParams not bound -!missing-type! CHIPDoorLockClusterDoorLockAlarmEvent not bound -!missing-type! CHIPDoorLockClusterDoorStateChangeEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationErrorEvent not bound -!missing-type! CHIPDoorLockClusterLockOperationEvent not bound -!missing-type! CHIPDoorLockClusterLockUserChangeEvent not bound -!missing-type! CHIPEventPath not bound -!missing-type! CHIPEventReport not bound -!missing-type! CHIPGeneralDiagnosticsClusterBootReasonEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterHardwareFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterNetworkFaultChangeEvent not bound -!missing-type! CHIPGeneralDiagnosticsClusterRadioFaultChangeEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterDownloadErrorEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterStateTransitionEvent not bound -!missing-type! CHIPOtaSoftwareUpdateRequestorClusterVersionAppliedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterAirDetectionEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterDryRunningEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterElectronicTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterGeneralFaultEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterLeakageEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterMotorTemperatureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPowerMissingPhaseEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpBlockedEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSensorFailureEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSupplyVoltageLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureHighEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterSystemPressureLowEvent not bound -!missing-type! CHIPPumpConfigurationAndControlClusterTurbineOperationEvent not bound -!missing-type! CHIPSoftwareDiagnosticsClusterSoftwareFaultEvent not bound -!missing-type! CHIPSwitchClusterInitialPressEvent not bound -!missing-type! CHIPSwitchClusterLongPressEvent not bound -!missing-type! CHIPSwitchClusterLongReleaseEvent not bound -!missing-type! CHIPSwitchClusterMultiPressCompleteEvent not bound -!missing-type! CHIPSwitchClusterMultiPressOngoingEvent not bound -!missing-type! CHIPSwitchClusterShortReleaseEvent not bound -!missing-type! CHIPSwitchClusterSwitchLatchedEvent not bound -!missing-type! CHIPTestClusterClusterTestEventEvent not bound -!missing-type! CHIPTestClusterClusterTestFabricScopedEventEvent not bound -!missing-type! CHIPThreadNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterAssociationFailureEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterConnectionStatusEvent not bound -!missing-type! CHIPWiFiNetworkDiagnosticsClusterDisconnectionEvent not bound -!missing-type! MatterControllerFactory not bound -!missing-type! MatterControllerFactoryParams not bound diff --git a/tests/xtro-sharpie/watchOS-CoreFoundation.todo b/tests/xtro-sharpie/watchOS-CoreFoundation.todo new file mode 100644 index 000000000000..783c400fc9c4 --- /dev/null +++ b/tests/xtro-sharpie/watchOS-CoreFoundation.todo @@ -0,0 +1,2 @@ +!missing-pinvoke! CFStringCreateStringWithValidatedFormat is not bound +!missing-pinvoke! CFStringCreateStringWithValidatedFormatAndArguments is not bound diff --git a/tests/xtro-sharpie/watchOS-CoreText.todo b/tests/xtro-sharpie/watchOS-CoreText.todo new file mode 100644 index 000000000000..854ef809ba4f --- /dev/null +++ b/tests/xtro-sharpie/watchOS-CoreText.todo @@ -0,0 +1 @@ +!missing-enum-value! CTFontOptions native value kCTFontOptionsPreventAutoDownload = 2 not bound diff --git a/tests/xtro-sharpie/watchOS-DeviceDiscoveryExtension.todo b/tests/xtro-sharpie/watchOS-DeviceDiscoveryExtension.todo deleted file mode 100644 index 9853f9fe3507..000000000000 --- a/tests/xtro-sharpie/watchOS-DeviceDiscoveryExtension.todo +++ /dev/null @@ -1,43 +0,0 @@ -!missing-enum! DDDeviceCategory not bound -!missing-enum! DDDeviceProtocol not bound -!missing-enum! DDDeviceState not bound -!missing-enum! DDErrorCode not bound -!missing-enum! DDEventType not bound -!missing-field! DDDeviceProtocolStringDIAL not bound -!missing-field! DDDeviceProtocolStringInvalid not bound -!missing-field! DDErrorDomain not bound -!missing-pinvoke! DDDeviceCategoryToString is not bound -!missing-pinvoke! DDDeviceProtocolToString is not bound -!missing-pinvoke! DDDeviceStateToString is not bound -!missing-pinvoke! DDEventTypeToString is not bound -!missing-selector! DDDevice::bluetoothIdentifier not bound -!missing-selector! DDDevice::category not bound -!missing-selector! DDDevice::displayName not bound -!missing-selector! DDDevice::identifier not bound -!missing-selector! DDDevice::initWithDisplayName:category:protocolType:identifier: not bound -!missing-selector! DDDevice::networkEndpoint not bound -!missing-selector! DDDevice::protocol not bound -!missing-selector! DDDevice::protocolType not bound -!missing-selector! DDDevice::setBluetoothIdentifier: not bound -!missing-selector! DDDevice::setCategory: not bound -!missing-selector! DDDevice::setDisplayName: not bound -!missing-selector! DDDevice::setIdentifier: not bound -!missing-selector! DDDevice::setNetworkEndpoint: not bound -!missing-selector! DDDevice::setProtocol: not bound -!missing-selector! DDDevice::setProtocolType: not bound -!missing-selector! DDDevice::setState: not bound -!missing-selector! DDDevice::setTxtRecordData: not bound -!missing-selector! DDDevice::setUrl: not bound -!missing-selector! DDDevice::state not bound -!missing-selector! DDDevice::txtRecordData not bound -!missing-selector! DDDevice::url not bound -!missing-selector! DDDiscoverySession::reportEvent: not bound -!missing-selector! DDEvent::eventType not bound -!missing-selector! DDEventDevicesPresent::devicesPresent not bound -!missing-type! DDDevice not bound -!missing-type! DDDeviceEvent not bound -!missing-type! DDDiscoverySession not bound -!missing-type! DDEvent not bound -!missing-type! DDEventDevicesPresent not bound -!missing-selector! DDDeviceEvent::device not bound -!missing-selector! DDDeviceEvent::initWithEventType:device: not bound diff --git a/tests/xtro-sharpie/watchOS-Foundation.todo b/tests/xtro-sharpie/watchOS-Foundation.todo index 994b79c98d66..28202156f977 100644 --- a/tests/xtro-sharpie/watchOS-Foundation.todo +++ b/tests/xtro-sharpie/watchOS-Foundation.todo @@ -27,3 +27,52 @@ !missing-selector! NSOrderedSet::orderedSetByApplyingDifference: not bound !missing-type! NSOrderedCollectionChange not bound !missing-type! NSOrderedCollectionDifference not bound +!missing-type! NSPresentationIntent not bound +## appended from unclassified file +## appended from unclassified file +!extra-enum-value! Managed value 102 for NSSearchPathDirectory.TrashDirectory is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 1024 for NSUrlBookmarkResolutionOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2 for NSItemProviderRepresentationVisibility.Group is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 2048 for NSUrlBookmarkCreationOptions.WithSecurityScope is available for the current platform while the value in the native header is not +!extra-enum-value! Managed value 4096 for NSUrlBookmarkCreationOptions.SecurityScopeAllowOnlyReadAccess is available for the current platform while the value in the native header is not +!deprecated-attribute-missing! NSURLComponents::percentEncodedHost missing a [Deprecated] attribute +!deprecated-attribute-missing! NSURLComponents::setPercentEncodedHost: missing a [Deprecated] attribute +!missing-enum-value! NSActivityOptions native value NSActivityAnimationTrackingEnabled = 35184372088832 not bound +!missing-enum-value! NSActivityOptions native value NSActivityTrackingEnabled = 70368744177664 not bound +!missing-enum-value! NSActivityOptions native value NSActivityUserInteractive = 1095233437695 not bound +!missing-field! NSMarkdownSourcePositionAttributeName not bound +!missing-null-allowed! 'Foundation.NSData Foundation.NSUbiquitousKeyValueStore::GetData(System.String)' is missing an [NullAllowed] on return type +!missing-null-allowed! 'Foundation.NSDictionary Foundation.NSUbiquitousKeyValueStore::GetDictionary(System.String)' is missing an [NullAllowed] on return type +!missing-null-allowed! 'Foundation.NSObject Foundation.NSUbiquitousKeyValueStore::ObjectForKey(System.String)' is missing an [NullAllowed] on return type +!missing-null-allowed! 'Foundation.NSObject[] Foundation.NSUbiquitousKeyValueStore::GetArray(System.String)' is missing an [NullAllowed] on return type +!missing-null-allowed! 'System.String Foundation.NSUbiquitousKeyValueStore::GetString(System.String)' is missing an [NullAllowed] on return type +!missing-null-allowed! 'System.Void Foundation.NSUbiquitousKeyValueStore::_SetArray(Foundation.NSObject[],System.String)' is missing an [NullAllowed] on parameter #0 +!missing-null-allowed! 'System.Void Foundation.NSUbiquitousKeyValueStore::_SetData(Foundation.NSData,System.String)' is missing an [NullAllowed] on parameter #0 +!missing-null-allowed! 'System.Void Foundation.NSUbiquitousKeyValueStore::_SetDictionary(Foundation.NSDictionary,System.String)' is missing an [NullAllowed] on parameter #0 +!missing-null-allowed! 'System.Void Foundation.NSUbiquitousKeyValueStore::_SetString(System.String,System.String)' is missing an [NullAllowed] on parameter #0 +!missing-null-allowed! 'System.Void Foundation.NSUbiquitousKeyValueStore::SetObjectForKey(Foundation.NSObject,System.String)' is missing an [NullAllowed] on parameter #0 +!missing-protocol-member! NSURLSessionTaskDelegate::URLSession:didCreateTask: not found +!missing-selector! NSAttributedStringMarkdownParsingOptions::appliesSourcePositionAttributes not bound +!missing-selector! NSAttributedStringMarkdownParsingOptions::setAppliesSourcePositionAttributes: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::endLine not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::initWithStartLine:startColumn:endLine:endColumn: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::rangeInString: not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startColumn not bound +!missing-selector! NSAttributedStringMarkdownSourcePosition::startLine not bound +!missing-selector! NSInvocation::invokeUsingIMP: not bound +!missing-selector! NSMutableURLRequest::requiresDNSSECValidation not bound +!missing-selector! NSMutableURLRequest::setRequiresDNSSECValidation: not bound +!missing-selector! NSURLComponents::encodedHost not bound +!missing-selector! NSURLComponents::setEncodedHost: not bound +!missing-selector! NSURLSessionConfiguration::requiresDNSSECValidation not bound +!missing-selector! NSURLSessionConfiguration::setRequiresDNSSECValidation: not bound +!missing-selector! NSXPCConnection::activate not bound +!missing-selector! NSXPCListener::activate not bound +!missing-type! NSAttributedStringMarkdownSourcePosition not bound +!missing-selector! +NSString::localizedStringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! +NSString::stringWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error: not bound +!missing-selector! NSString::initWithValidatedFormat:validFormatSpecifiers:locale:error: not bound diff --git a/tests/xtro-sharpie/watchOS-GameKit.todo b/tests/xtro-sharpie/watchOS-GameKit.todo new file mode 100644 index 000000000000..d5881ca8af4f --- /dev/null +++ b/tests/xtro-sharpie/watchOS-GameKit.todo @@ -0,0 +1 @@ +!deprecated-attribute-missing! GKBasePlayer::playerID missing a [Deprecated] attribute