File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments