You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ditto mapper maps all features according to the Vorto Information Models, even though the input does not always contain all the data to cater all features.
Therefore it would need to be possible to only map those ditto features who which there is data in the device input payload.
Example JSON Input coming from device: {"batteryVoltage : "2322mV"}
Currently, the ditto mapper maps all features according to the Vorto Information Models, even though the input does not always contain all the data to cater all features.
Therefore it would need to be possible to only map those ditto features who which there is data in the device input payload.
Example JSON Input coming from device:
{"batteryVoltage : "2322mV"}
Vorto Infomodel (Schema) : http://vorto.eclipse.org/#/details/devices.aws.button/AWSIoTButton/1.0.0
Ditto Output:
{ "batteryVoltage": { "properties":{ "sensor_units":"mV", "sensor_value":2322.0 } } }
The text was updated successfully, but these errors were encountered: