How to add a new 'desired' property?
I want to add new ‘desired’ properties in the line of “DesiredTelemetryInterval”. It appears adding new ones WITH_DESIRED_PROPERTY & WITH_REPORTED_PROPERTY in AzureClient_mqtt_DM_TM.c is not sufficient.
It appears that the new properties have to be added to MULTITREE_HANDLE as children. I am not able to find where this can be done.
Can I get some clue on how to accomplish my need?