From a9a8e14f895403b2bbdeeabd0255610c51d0166c Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 26 Dec 2013 02:09:17 +0100 Subject: add gas-control app --- htdocs/app/gas-control/index.html | 120 ++++++++++++++++++++++++++++++++++++++ htdocs/dev.html | 25 ++++++++ htdocs/index.html | 15 ++--- 3 files changed, 150 insertions(+), 10 deletions(-) create mode 100644 htdocs/app/gas-control/index.html create mode 100644 htdocs/dev.html (limited to 'htdocs') diff --git a/htdocs/app/gas-control/index.html b/htdocs/app/gas-control/index.html new file mode 100644 index 0000000..0e9b3a1 --- /dev/null +++ b/htdocs/app/gas-control/index.html @@ -0,0 +1,120 @@ + + + + + + WebIOPi | Gas Control + + + + + +
+ Ventil:
+ Automatik: +
+ + diff --git a/htdocs/dev.html b/htdocs/dev.html new file mode 100644 index 0000000..68c49c9 --- /dev/null +++ b/htdocs/dev.html @@ -0,0 +1,25 @@ + + + + + + WebIOPi | Raspberry Pi IoT Framework + + + +

WebIOPi Main Menu

+ +

GPIO Header

+

Control and Debug the Raspberry Pi GPIO with a display which looks like the physical header.

+ +

GPIO List

+

Control and Debug the Raspberry Pi GPIO ordered in a single column.

+ +

Serial Monitor

+

Use the browser to play with Serial interfaces configured in WebIOPi.

+ +

Devices Monitor

+

Control and Debug devices and circuits wired to your Pi and configured in WebIOPi.

+ + + diff --git a/htdocs/index.html b/htdocs/index.html index 68c49c9..a1671bb 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -4,22 +4,17 @@ WebIOPi | Raspberry Pi IoT Framework +

WebIOPi Main Menu

-

GPIO Header

-

Control and Debug the Raspberry Pi GPIO with a display which looks like the physical header.

+

Gas Control

+

Gas Control.

-

GPIO List

-

Control and Debug the Raspberry Pi GPIO ordered in a single column.

- -

Serial Monitor

-

Use the browser to play with Serial interfaces configured in WebIOPi.

- -

Devices Monitor

-

Control and Debug devices and circuits wired to your Pi and configured in WebIOPi.

+

Developer tools

+

Developer tools.

-- cgit v1.2.3