Skip to content

Commit 8b05e35

Browse files
committed
Stable Version RC1 tested with openHAB2-alpha2.
Signed-off-by: Stefan Andres <[email protected]> (github: @steand)
1 parent 38ee59f commit 8b05e35

13 files changed

+280
-469
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The application is develop in Eclipse (Luna) with maven support.
1717
Requierd Lib's: rxtx, slf4j, logback (see pom.xml file)
1818
You can build runtime by Run->Run As->Maven install.
1919
Files for runtime are found in ./traget
20+
Or download the install package from Github.
2021

2122
##Install & running
2223
All test was running on a Raspberry PI B with Raspbian "wheezy".
@@ -35,7 +36,7 @@ Run a terminal programm (like putty), connect to you raspberry by using port 311
3536
Suported command:
3637

3738
* list -> list all (thing) definition (in xml-File)
38-
* get <Thing.id> -> get Data for thing from heating system.
39+
* get <Thing.id> [<channel.id>,<channel.id>,..] -> get Data for thing from heating system.
3940
* set <ThingId>:<ChannelId> <value> (The syntax of Value is not checked)
4041

4142
##Further doing (my ToDo List)

logback.xml

-34
This file was deleted.

logback_debug.xml

-38
This file was deleted.

logback_trace.xml

-38
This file was deleted.

optolink.xml

-228
This file was deleted.

0 commit comments

Comments
 (0)