Inherits from NSObject
Declared in KiiMQTTFields.h

Properties

data

Specific Data to be sent to MQTT.

@property (nonatomic, copy, nullable) NSDictionary *data

Discussion

Specific Data to be sent to MQTT.

Declared In

KiiMQTTFields.h

enabled

Boolean if YES it will send the message to the MQTT installations. NO by default.

@property (nonatomic, strong, nonnull) NSNumber *enabled

Discussion

Boolean if YES it will send the message to the MQTT installations. NO by default.

Declared In

KiiMQTTFields.h

Class Methods

createFields

Field creation constructor, automatically set enabled = true to MQTT Field

+ (nonnull instancetype)createFields

Discussion

Field creation constructor, automatically set enabled = true to MQTT Field

Declared In

KiiMQTTFields.h

Instance Methods

generateFields

generate output dictionary object

- (nonnull NSDictionary *)generateFields

Return Value

dict a Dictionary object contains one level json dictionary data

Discussion

generate output dictionary object

Declared In

KiiMQTTFields.h