summaryrefslogtreecommitdiff
path: root/src/ic-ioty-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ic-ioty-parse.c')
-rw-r--r--src/ic-ioty-parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ic-ioty-parse.c b/src/ic-ioty-parse.c
index d563b3c..13a1a7c 100644
--- a/src/ic-ioty-parse.c
+++ b/src/ic-ioty-parse.c
@@ -124,6 +124,7 @@ iotcon_response_result_e ic_ioty_parse_oic_response_result(OCStackResult result
{
switch (result) {
case OC_STACK_OK:
+ case OC_STACK_RESOURCE_CHANGED:
return IOTCON_RESPONSE_OK;
case OC_STACK_RESOURCE_CREATED:
return IOTCON_RESPONSE_RESOURCE_CREATED;