Skip to content

Commit c79d97e

Browse files
committed
Fix iot ui instructions
1 parent a63510d commit c79d97e

File tree

1 file changed

+3
-2
lines changed
  • content/hardware/09.kits/maker/nesso-n1/tutorials/user-manual

1 file changed

+3
-2
lines changed

content/hardware/09.kits/maker/nesso-n1/tutorials/user-manual/content.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,16 @@ Follow these steps to connect your Nesso N1 to the Cloud.
112112
1. Go to the [Things page](https://app.arduino.cc/things).
113113
2. Click **+ THING** to create a new Thing.
114114
3. Click **Select Device** and associate it with the "Manual Device" you just created.
115-
4. Click **Add Variable** to create a test variable: **Name**: `led`, **Type**: Boolean, **Permission**: Read & Write, **Update Policy**: On Change.
115+
4. Click **ADD** in Cloud Variables section to create a test variable: **Name**: `led`, **Type**: Boolean, **Permission**: Read & Write, **Update Policy**: On Change.
116116
5. Click **Add Variable** to confirm.
117117

118118
### 3. Create a Dashboard
119119

120120
1. Go to the [Dashboards page](https://app.arduino.cc/dashboards).
121-
2. Click **+ DASHBOARD**.
121+
2. Click **+ DASHBOARD** and click **EDIT**.
122122
3. Click **ADD** and select the **Things** tab.
123123
4. Select your Thing and create a widget for the `led` variable (a Switch widget is recommended).
124+
5. Click **DONE**.
124125

125126
### 4. Program the Board via Desktop IDE
126127

0 commit comments

Comments
 (0)