From 934db6a3199028631d1146f4ce3855cd3685be46 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Mon, 17 Nov 2014 12:40:58 +0300 Subject: [PATCH 1/2] Update KotiServer.ino --- Arduino/KotiServer.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/KotiServer.ino b/Arduino/KotiServer.ino index db5fb82..6b91c1d 100644 --- a/Arduino/KotiServer.ino +++ b/Arduino/KotiServer.ino @@ -179,7 +179,7 @@ void sendGET() { if (client.connect(removeServer, removeServerPort)) { Serial.println("connected"); client.println("GET /movement-alert HTTP/1.0"); - client.println("Host: home.arturpaikin.com:80"); + client.println("Host: home.example.com:80"); client.println("Connection: close"); client.println(); } else { From 08525f7915e32c637cc4351e6bc0140844070f73 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Fri, 21 Nov 2014 01:41:22 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd7ec9..e7f9cbf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Koti Home ![koti home control panel](screenshot.png) -Koti Home (the name comes from the Finnish word “koti” that means “home”) is a home automation system based on Arduino that I’ve built. +Koti Home (the name comes from the Finnish word “koti” that means “home”) is a home automation system based on Arduino that I’ve built. See it [in action](http://youtu.be/p0GO6ct6n94). Right now supports the following features: