myDevicesIoT / Mbed 2 deprecated Cayenne-WIZnetInterface

Dependencies:   Cayenne-MQTT-mbed WIZnetInterface mbed

Revision:
5:33c54ca4f666
Parent:
4:f0decf0bcb18
Child:
8:32492b844df9
--- a/main.cpp	Fri Nov 04 19:36:59 2016 +0000
+++ b/main.cpp	Sat Nov 05 00:28:29 2016 +0000
@@ -69,7 +69,7 @@
 	if (message.topic == COMMAND_TOPIC) {
 		// If this is a command message we publish a response to show we recieved it. 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);
 		}