hms-networks / flexy-cumulocity-connector

A connector-based solution to Cumulocity for linking Ewon devices using a direct data path with a Flexy Java application.
Apache License 2.0
3 stars 2 forks source link

Aggregated Measurement Data Configurable Type Value #58

Closed SeanThomas11 closed 10 months ago

SeanThomas11 commented 11 months ago

With the change to aggregated measurement data, the type value changed to "None". This remains as "ewon" when sending non-aggregated data in 1.4.0. Please allow for a user entered type value so we may maintain our datatype as "ewon" when sending aggregated measurement data.

"self": "https://tenanturl/measurement/measurements/2958095", "id": "2958095", "type": "ewon", <-- CHANGED TO "None" in Aggregated Measurement Data "source": { "self": "https://tenanturl/inventory/managedObjects/44758", "id": "44758" }, "time": "2023-12-07T15:27:41.000Z", "ewon": { "Density_Reference": { "unit": null, "value": 1.0 } } },