diff --git a/js/examples/index.md b/js/examples/index.md index b229791..537b758 100644 --- a/js/examples/index.md +++ b/js/examples/index.md @@ -1,4 +1,5 @@ --- +title: Live Demos --- # Syndicate/js Examples @@ -84,6 +85,8 @@ This is a model of a home automation system. The idea is to alert a homeowner to the possibility they have left the stove switched on beyond the time they intended to. +![IoT Example](iot/iot-example.png) + Components in the model include: - a switch for the stove; diff --git a/js/examples/iot/iot-example.png b/js/examples/iot/iot-example.png new file mode 100644 index 0000000..13b38bf Binary files /dev/null and b/js/examples/iot/iot-example.png differ