mqtt
OBJECT
|
| |
| |
sends SSI events as mqtt messages in JSON format |
| |
| |
+ |
sname
|
CHAR
|
1024
|
'mqtt'
|
LOCK
|
name of sender for events received by incoming messages
|
| |
+ |
ename
|
CHAR
|
1024
|
'message'
|
LOCK
|
name of event for events received by incoming messages
|
| |
+ |
just_data
|
BOOL
|
1
|
'false'
|
LOCK
|
just send the data of an event
|
| |
+ |
mqtt_client_port
|
UINT
|
1
|
'1883'
|
LOCK
|
port of mqtt client
|
| |
+ |
mqtt_client_server
|
CHAR
|
1024
|
'127.0.0.1'
|
LOCK
|
mqtt client address
|
| |
+ |
mqtt_server_enable
|
BOOL
|
1
|
'false'
|
LOCK
|
enable integrated mqtt server / broker
|
| |
+ |
mqtt_server_port
|
UINT
|
1
|
'1883'
|
LOCK
|
port of mqtt server
|
| |
+ |
mqtt_server_bind
|
CHAR
|
1024
|
'0.0.0.0'
|
LOCK
|
mqtt server address
|
| |
+ |
mqtt_sub_topic
|
CHAR
|
1024
|
'/subtopic'
|
LOCK
|
mqtt subscription topic
|
| |
+ |
mqtt_pub_topic
|
CHAR
|
1024
|
'/pubtopic'
|
LOCK
|
mqtt publish topic
|
| |