Steffen Vogel
|
98fa92f957
|
updated year 2010 -> 2011
|
2011-04-07 00:01:41 +02:00 |
|
Steffen Vogel
|
4dc269c8e8
|
renamed "backend" to "middleware"
|
2011-03-24 22:39:26 +01:00 |
|
SvenPeitz
|
7b0b6d8a50
|
fixed
TEMPERATURE=`echo 1w get $SENSORID | nc $ESEXIP 2701 -q 1 2>/dev/null | sed -e 's/Temperatur: //'`
to
TEMPERATURE=`echo 1w get $SENSORID | $NC $ESEXIP 2701 -q 1 2>/dev/null | sed -e 's/Temperatur: //'`
|
2011-03-03 22:22:32 +01:00 |
|
Justin Otherguy
|
d2e3facea2
|
generalized variables
|
2011-01-03 00:49:46 +01:00 |
|
Justin Otherguy
|
0337d8d542
|
cleaned up file names (and self-references inside the files)
|
2011-01-03 00:33:02 +01:00 |
|
Justin Otherguy
|
bca162de35
|
added a derivative of log_onewire in case you have a 1wire sensor connected to your controller board running ethersex
|
2011-01-03 00:11:19 +01:00 |
|