-
Notifications
You must be signed in to change notification settings - Fork 141
modules mqtt
Lucas Fernandez edited this page Nov 3, 2019
·
1 revision
In this category the modules are related to MQTT protocol. To load a module from this category load mqtt/module.
| Required | Total modules |
|---|---|
| -- | 2 |
The modules are listed below with their description and options to configure.
Launch this module to publish data through MQTT (Mosquitto)
| Option | Required | Description |
|---|---|---|
| data | True | Data to be sent |
| rhost | True | Remote host IP |
| sensor | True | Sensor to change data |
Launch this module to try get information through MQTT (Mosquitto)
| Option | Required | Description |
|---|---|---|
| file | True | File to dump or read the data |
| rhost | True | Remote host IP |
| verbose | False | verbose mode |