EAEReceiverProfileAutomations
Objective-C
@interface EAEReceiverProfileAutomations : NSObject
@property (strong, nonatomic) NSArray* commands;
@property (strong, nonatomic) NSString* trigger_id;
@end
Swift
class EAEReceiverProfileAutomations : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) NSArray* commands
Swift
var commands: [Any]! { get set }
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) NSString* trigger_id
Swift
var trigger_id: String! { get set }