Replies: 1 comment
-
@tangytang ,We have used a demo schema to provision our imodel and added some devices for testing, and the fetchDevices function is basically retriving that information from the iModel. As you do not have that provisioned iModel, you can replace the existing code and make the fetchDevices method return a hardcoded array of objects which looks like this Where, Note: If you do not know what should be there for id,observedElement or origin value, you can use the same values I have provided in the above sample object and use a Bentley metrostation model and select Concourse level from the widget. The iotId property can be the id of your AWS thing if you have an existing device in AWS iot core. |
Beta Was this translation helpful? Give feedback.
-
Description
We are trying to deploy the itwin/iot-demo on AWS, but are running into some issues.
Visualizer hang after login (model is displayed but it is not possible to click anything , UI does not react on clicks).
Logs
The following error appears in the console:
The code section can be found in iTwinLinks.ts:
Beta Was this translation helpful? Give feedback.
All reactions