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
This is the extends part of the air wet bulb temperature sensor, where the temperature_sensor and air_temperature_sensor are both extended, air_temperature_sensor is an empty interface on top of the temperature_sensor. The outcome in Azure Digital Twins is that it shows all properties twice, so that is a bug as well, but writing the values works fine.
Usually when you try to upload a model to ADT with two equal property names it throws an error but somehow it doesn't with double extends. Might extend issue to ADT team as well.
The text was updated successfully, but these errors were encountered:
Source/DTDLv2/Brick/Point/Sensor/Temperature-/Air-/Air_Wet_Bulb_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor.json
This is the extends part of the air wet bulb temperature sensor, where the temperature_sensor and air_temperature_sensor are both extended, air_temperature_sensor is an empty interface on top of the temperature_sensor. The outcome in Azure Digital Twins is that it shows all properties twice, so that is a bug as well, but writing the values works fine.
Usually when you try to upload a model to ADT with two equal property names it throws an error but somehow it doesn't with double extends. Might extend issue to ADT team as well.
The text was updated successfully, but these errors were encountered: