SOLVED

Why I don't see "properties"-column on my Azure-IoT-Central Device?

Copper Contributor

I just started learning Azure-IoT-Central yesterday.

I tried the demo "dtmi:com:example:Thermostat;1"

  • It has a writable property.
  • I can see: "About, Overview, Command..."
  • But why I don't see the "properties"-column? 
  • (Please see screenshot)

no-properties.png

Any hint? Thanks!

Jadv

4 Replies
The About tab is where you should see the properties if you have added the said properties in the model before generating the default views
best response confirmed by Jerry1410 (Copper Contributor)
Solution
Note that when using the "Create default views" feature, you will only see a tile for displaying the property (even if it's writable). In order to have a tile where you can edit the property to change it on the device, you need to add a new view in the device template and select the form type ("Editing device and cloud data"). To add a new view, go to the device template, click on "Views" then select "Editing device and cloud data", then select your writable property from the list, save and publish the template, then you should see the writable property in this new Form column

@OlivierBloch 

Thanks a lot!  I got the new column (see below)

  • A Quick question: how can I change the column order?
  • (like move "Form11" after "overview")

new-view.png

I don't think this is possible, but certainly a great feature request for the IoT Central team. Feel free to suggest it here: https://feedback.azure.com/d365community/forum/35b59d83-f424-ec11-b6e6-000d3a4f0da0
1 best response

Accepted Solutions
best response confirmed by Jerry1410 (Copper Contributor)
Solution
Note that when using the "Create default views" feature, you will only see a tile for displaying the property (even if it's writable). In order to have a tile where you can edit the property to change it on the device, you need to add a new view in the device template and select the form type ("Editing device and cloud data"). To add a new view, go to the device template, click on "Views" then select "Editing device and cloud data", then select your writable property from the list, save and publish the template, then you should see the writable property in this new Form column

View solution in original post