Azure / azure-iot-remote-monitoring

Azure IoT Remote Monitoring preconfigured solution
Other
249 stars 221 forks source link

Unable to specify nested fields in the Device Info message for the telemetry fields #449

Closed bhuvanalakshmi closed 3 years ago

bhuvanalakshmi commented 6 years ago

Unable to specify nested fields in the Device Info message for the telemetry fields. The DeviceInfo message mentioned below doesn't seem to work

Sample telemetry

 {“data”: {“temperature”:67, “humidity”: 34.56}}

DeviceInfo

{
   "DeviceProperties":{
      "HubEnabledState":true
   },
   "Telemetry":[
      {
         "Name":"data.temperature",
         "DisplayName":"Temperature",
         "Type":"double"
      },
      {
         "Name":"data.humidity",
         "DisplayName":"Humidity",
         "Type":"double"
      }
   ],
   "Version":"1.0",
   "ObjectType":"DeviceInfo"
}
ankitscribbles commented 3 years ago

Note: As of December 10th 2020, Remote Monitoring solution accelerator is no longer supported. All supporting repositories have been archived.