HomeKit watchOS 6.0 Beta 2 to Beta 3 API Differences

HMActionSet.h
Declaration
From@property (nonatomic, readonly, copy) NSString *actionSetType
To@property (nonatomic, readonly, copy) HMActionSetType actionSetType

HMError.h
Added HMErrorCodeWiFiCredentialGenerationFailed
HMHomeManager.h
Added HMHomeManagerAuthorizationStatus
Added HMHomeManagerAuthorizationStatusDetermined
Added HMHomeManagerAuthorizationStatusRestricted
Added HMHomeManagerAuthorizationStatusAuthorized
Added HMHomeManager.authorizationStatus
Added -[HMHomeManagerDelegate homeManager:didUpdateAuthorizationStatus:]
HMNetworkConfigurationProfile.h
Added HMNetworkConfigurationProfile
Added HMNetworkConfigurationProfile.delegate
Added HMNetworkConfigurationProfile.networkAccessRestricted
Added HMNetworkConfigurationProfileDelegate
Added -[HMNetworkConfigurationProfileDelegate profileDidUpdateNetworkAccessMode:]