Wifi
Dependencies: Cayenne-MQTT-mbed NetworkSocketAPI X_NUCLEO_IDW01M1v2 mbed
Fork of Cayenne-X-NUCLEO-IDW01M1 by
Revision 4:939f308d004a, committed 2016-11-05
- Comitter:
- jburhenn
- Date:
- Sat Nov 05 00:29:27 2016 +0000
- Parent:
- 3:4056f1cd4c47
- Child:
- 5:6e2297e946d1
- Commit message:
- Removed channel from response topics.
Changed in this revision
| Cayenne-MQTT-mbed.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Cayenne-MQTT-mbed.lib Fri Nov 04 19:39:28 2016 +0000 +++ b/Cayenne-MQTT-mbed.lib Sat Nov 05 00:29:27 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/myDevicesIoT/code/Cayenne-MQTT-mbed/#085bcf2e9a18 +http://developer.mbed.org/teams/myDevicesIoT/code/Cayenne-MQTT-mbed/#75cc2d58e796
--- a/main.cpp Fri Nov 04 19:39:28 2016 +0000
+++ b/main.cpp Sat Nov 05 00:29:27 2016 +0000
@@ -85,7 +85,7 @@
// If this is a command message we publish a response. Here we are just sending a default 'OK' response.
// An error response should be sent if there are issues processing the message.
- if ((error = mqttClient.publishResponse(message.channel, message.id, NULL, message.clientID)) != CAYENNE_SUCCESS) {
+ if ((error = mqttClient.publishResponse(message.id, NULL, message.clientID)) != CAYENNE_SUCCESS) {
printf("Response failure, error: %d\n", error);
}
}
Jeff Chen
