IMSThingTslEvent Class Reference

Inherits from IMSThingTslElement : TBJSONModel
Declared in IMSThingTslElement.h

Overview

物的模型中三要素之事件类,对于此类中的 property,请参见 IoT-TSL 模板

  type

事件类型 (info,alert,error)

@property (nonatomic, copy, nullable) NSString *type

Discussion

事件类型 (info,alert,error)

Declared In

IMSThingTslElement.h

  method

事件对应的方法名称(根据 identifier 生成)

@property (nonatomic, copy, nullable) NSString *method

Discussion

事件对应的方法名称(根据 identifier 生成)

Declared In

IMSThingTslElement.h

  outputData

事件输出参数详细描述

@property (nonatomic, copy, nullable) NSArray *outputData

Discussion

事件输出参数详细描述

Declared In

IMSThingTslElement.h