Skip to content

Commit 27e049b

Browse files
committed
update documentation in the ui
1 parent bb1c81f commit 27e049b

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

interface/src/project/DemoInformation.tsx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,26 @@ class DemoInformation extends Component {
6565
</TableRow>
6666
<TableRow>
6767
<TableCell>
68-
DemoController.tsx
68+
LightSettingsRestController.tsx
6969
</TableCell>
7070
<TableCell>
71-
The demo controller tab, to control the built-in LED.
71+
A form which lets the user control the LED over a REST service.
72+
</TableCell>
73+
</TableRow>
74+
<TableRow>
75+
<TableCell>
76+
LightSettingsSocketController.tsx
77+
</TableCell>
78+
<TableCell>
79+
A form which lets the user control and monitor the status of the LED over WebSockets.
80+
</TableCell>
81+
</TableRow>
82+
<TableRow>
83+
<TableCell>
84+
LightBrokerSettingsController.tsx
85+
</TableCell>
86+
<TableCell>
87+
A form which lets the user change the MQTT settings for MQTT based control of the LED.
7288
</TableCell>
7389
</TableRow>
7490
</TableBody>

0 commit comments

Comments
 (0)