From 5c17c358b982f59df9cda2ff155152c1742fe909 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 21 Feb 2017 21:22:11 +0100 Subject: [PATCH] Vsens of DS2438 --- owlib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/owlib.py b/owlib.py index 11d9deb..ed7396a 100644 --- a/owlib.py +++ b/owlib.py @@ -80,6 +80,8 @@ def calcValue(code,vn,V): return exp((V[vn]-32767.0)/1000.0); if code==16: return V[vn]/32.0; + if code==17: + return V[vn]*0.2441/1000; return 0; -- 2.34.1