From 1270004d5d5b8104edd475160344d9b317bb20ff Mon Sep 17 00:00:00 2001 From: tsnuggs Date: Wed, 27 Dec 2017 13:11:06 -0700 Subject: [PATCH] - Update the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9276470..3d221d0c 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ This is version 2.0 of the NCOS SDK and applications. The SDK has been simplifie - Gets the '/status' from the device config store and send it to a test server. - **serial_echo** - Waits for data to enter the serial port, then echo back out. +- **simple\_custom_dashboard** + - Creates a simple dashboard using HTML and JS. Note that any 'server function' requires the router firewall to be correctly changed to allow client access to the router. - **simple\_web_server** - A simple web server to receive messages. Note that any 'server function' requires the router firewall to be correctly changed to allow client access to the router.