March 2018
Beginner to intermediate
410 pages
10h 40m
English
Now that we can publish information using Markdown, let's add a new content file called Index.md to the web content Root folder in our sensor project. Let us add the following simple Markdown:
Title: Momentary
Author: Peter Waher
Description: This page displays the current state of the sensor.
Cache-Control: max-age=0, no-cache, no-store
CSS: Main.css
Javascript: UpdateGauge.js
Current state
============================
The following table contains the current state of the sensor.
| Sensor | Value |
|:----------|:--------------------------|
| Light | {SensorHttp.App.Light} |
| Motion | {SensorHttp.App.Motion} |

Read now
Unlock full access