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 |
|
SvenPeitz
|
e5c9902a4c
|
closes #59
|
2011-03-03 21:54:58 +01:00 |
|
Justin Otherguy
|
d2e3facea2
|
generalized variables
|
2011-01-03 00:49:46 +01:00 |
|
Justin Otherguy
|
df247e40ca
|
more cleanups
|
2011-01-03 00:33:26 +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 |
|
Steffen Vogel
|
3dc45da8cd
|
adapted install script to new dir structure
added copyright notices
|
2010-12-27 23:15:43 +01:00 |
|
Steffen Vogel
|
d5d782aebb
|
closes #39 (new directory structure)
|
2010-12-27 16:06:03 +01:00 |
|