correct doc
This commit is contained in:
parent
7bb86cc53a
commit
14bf724ea9
@ -20,11 +20,12 @@
|
|||||||
/* --------------------- MQTT ------------------------------------ */
|
/* --------------------- MQTT ------------------------------------ */
|
||||||
/* Send information to mqtt server configured in the setup mode */
|
/* Send information to mqtt server configured in the setup mode */
|
||||||
/* GPIO value configured in config_device.h can be get by */
|
/* GPIO value configured in config_device.h can be get by */
|
||||||
/* subscribing to /feeds/MQTTUSER/[HOSTNAME]/gpio/[GPIO] and */
|
/* subscribing to /feeds/[MQTTUSER]/[HOSTNAME]/gpio/[GPIO] and */
|
||||||
/* modified by publishin to */
|
/* modified by publishin to */
|
||||||
/* /feeds/MQTTUSER/[HOSTNAME]/gpio/[GPIO]/set */
|
/* /feeds/[MQTTUSER]/[HOSTNAME]/gpio/[GPIO]/set */
|
||||||
/* BMP180 will be published to /feeds/[HOSTNAME]/temperature and */
|
/* BMP180 will be published to */
|
||||||
/* /feeds/[HOSTNAME]/pressure */
|
/* /feeds/[MQTTUSER]/[HOSTNAME]/temperature and */
|
||||||
|
/* /feeds/[MQTTUSER]/[HOSTNAME]/pressure */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user