add library for managing flow and custom ipso objects for Motion sensor#8
add library for managing flow and custom ipso objects for Motion sensor#8onkarkshirsagar wants to merge 1 commit intoCreatorDev:masterfrom
Conversation
| #ifndef LWM2M_CLIENT_IPSO_MOTION_SENSOR_H_ | ||
| #define LWM2M_CLIENT_IPSO_MOTION_SENSOR_H_ | ||
|
|
||
| #include "lwm2m_core.h" |
There was a problem hiding this comment.
Recently lwm2m core apis have been deprecated from Awa SDK , now it has been replaced by AWA static apis.
https://github.com/FlowM2M/AwaLWM2M/blob/master/doc/Awa_Static_API.md
digital input, light control ipso objects have been updated with AWA static apis. Please refer to that and update the motion sensor to use AWA static rather than Lwm2m core apis.
|
General practice: |
|
Can one of the admins verify this patch? |
5 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
It has been under #10 , closing this one. |
Signed-off-by: Onkar Kshirsagar onkarkshirsagar3@gmail.com