From 6757c4bbdd08e635288c16b8a194540c90906ddd Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 21 Feb 2017 21:27:29 +0100 Subject: [PATCH] defaultconfig of DS2438 --- owlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlib.py b/owlib.py index ed7396a..dff9eb5 100644 --- a/owlib.py +++ b/owlib.py @@ -259,7 +259,7 @@ class owDS18B20(owDevice): class owDS2438(owDevice): def setdefaultConfig(self): - self.config=[1,6, 6,8, 4,7, 7,17, 0,2,3,12,4,0,0,0,0,0,0,0,0,0,0,0] + self.config=[1,6, 6,8, 4,7, 6,17, 0,2,3,12,4,0,0,0,0,0,0,0,0,0,0,0] def readScratchpad(self,page,recall): if (recall): -- 2.34.1