HomeKit iOS 13.0 Beta 4 to Beta 5 API Differences

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

Declaration
Fromconst HMActionSetType HMActionSetTypeWakeUp
ToNSString *const HMActionSetTypeWakeUp

Declaration
Fromconst HMActionSetType HMActionSetTypeSleep
ToNSString *const HMActionSetTypeSleep

Declaration
Fromconst HMActionSetType HMActionSetTypeHomeDeparture
ToNSString *const HMActionSetTypeHomeDeparture

Declaration
Fromconst HMActionSetType HMActionSetTypeHomeArrival
ToNSString *const HMActionSetTypeHomeArrival

Declaration
Fromconst HMActionSetType HMActionSetTypeUserDefined
ToNSString *const HMActionSetTypeUserDefined

Declaration
Fromconst HMActionSetType HMActionSetTypeTriggerOwned
ToNSString *const HMActionSetTypeTriggerOwned