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 {
65
65
</ TableRow >
66
66
< TableRow >
67
67
< TableCell >
68
- DemoController .tsx
68
+ LightSettingsRestController .tsx
69
69
</ TableCell >
70
70
< 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.
72
88
</ TableCell >
73
89
</ TableRow >
74
90
</ TableBody >
You can’t perform that action at this time.
0 commit comments