From 05bc5c6b892dd0a1ccb061e917ab913f59f9f845 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 15 Mar 2017 10:05:08 +0100 Subject: [PATCH] Script execution --- script/OneWire.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/script/OneWire.py b/script/OneWire.py index 369611a..12825b1 100644 --- a/script/OneWire.py +++ b/script/OneWire.py @@ -101,17 +101,6 @@ class Esera(TcpDevice): -#count = 1 -#while (True): -# print onewire.waitString("\n", 1000)# -# -# print count -# count = count + 1 - - - - - add_device(Esera("onewire", "129.129.126.83:5000"), force = True) onewire.setPolling(1000)