Let's assume
- I have created two digital twins in bosch-iot-things.
- ENGINE TWIN: Digital twin for Engine.(engine temperature, oil level, etc)
- VEHICLE TWIN: Digital twin for Entire vehicle.(contains location, speed, engine temperature, etc)
- Created a connection between bosch-iot-things and sensors using bosch-iot-hub.
Now engine temperature sensor, sends data to ENGINE TWIN, and i want this data to be automatically updated in VEHICLE TWIN.
- Question #1: so is it possible to achieve one digital twin(ENGINE TWIN) can send data to another digital twin(VEHICLE TWIN)?
- Question #2: If yes how to configure it to send data automatically once it receives data from sensor?