diff --git a/WifiControlSensor/WifiControlSensor.ino b/WifiControlSensor/WifiControlSensor.ino index 3133099..f1a386b 100644 --- a/WifiControlSensor/WifiControlSensor.ino +++ b/WifiControlSensor/WifiControlSensor.ino @@ -20,11 +20,12 @@ /* --------------------- MQTT ------------------------------------ */ /* Send information to mqtt server configured in the setup mode */ /* 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 */ -/* /feeds/MQTTUSER/[HOSTNAME]/gpio/[GPIO]/set */ -/* BMP180 will be published to /feeds/[HOSTNAME]/temperature and */ -/* /feeds/[HOSTNAME]/pressure */ +/* /feeds/[MQTTUSER]/[HOSTNAME]/gpio/[GPIO]/set */ +/* BMP180 will be published to */ +/* /feeds/[MQTTUSER]/[HOSTNAME]/temperature and */ +/* /feeds/[MQTTUSER]/[HOSTNAME]/pressure */