summaryrefslogtreecommitdiff
path: root/receive.py
diff options
context:
space:
mode:
Diffstat (limited to 'receive.py')
-rwxr-xr-xreceive.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/receive.py b/receive.py
index 4836809..a56789f 100755
--- a/receive.py
+++ b/receive.py
@@ -3,10 +3,6 @@
from RFXtrx import PySerialTransport
import sys, datetime, os
-#WIND ['04:00']
-#RAIN ['eb:00', '7d:00', '02:00']
-#TEMP ['10:02', 'ec:01', '25:01', '62:02', 'd9:00', '2a:0e', '60:01']
-#KNOWN_DEVICES = ['']
if __name__ == "__main__":
transport = PySerialTransport('/dev/ttyUSB0')
@@ -60,6 +56,6 @@ if __name__ == "__main__":
sys.stderr.flush()
sys.stdout.flush()
+
sys.stderr.write("stop\n")
sys.stdout.flush()
-