aws-samples / aws-iot-twinmaker-samples

Apache License 2.0
97 stars 77 forks source link

Removed propertyName from externalIdProperty #66

Closed hwandersman closed 2 years ago

hwandersman commented 2 years ago

Update externalIdProperty in GetPropertyValueHistory response to remove the propertyName key.

Description of changes: Removed "propertyName" from the "externalIdProperty" mapping since it is redundant. The "propertyName" is already shown in the "entityPropertyReference". New Grafana plugin changes assume there is only one key in the "externalIdProperty" which is the key referencing the external data source.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.