Skip to content

Commit

Permalink
added configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Aug 4, 2021
1 parent 82a046f commit c9015d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MQTTOperation.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ static void MQTTOperation_AssetUpdate(xTimerHandle xTimer) {
assetStreamBuffer.length += snprintf(
assetStreamBuffer.data + assetStreamBuffer.length,
sizeof(assetStreamBuffer.data) - assetStreamBuffer.length,
"114,c8y_Restart,c8y_Message,c8y_Command,c8y_Firmware\r\n");
"114,c8y_Restart,c8y_Message,c8y_Command,c8y_Firmware,c8y_Configuration\r\n");
assetStreamBuffer.length += snprintf(
assetStreamBuffer.data + assetStreamBuffer.length,
sizeof(assetStreamBuffer.data) - assetStreamBuffer.length,
Expand Down

0 comments on commit c9015d9

Please sign in to comment.