X-Git-Url: https://git.smho.de/?p=owPython.git;a=blobdiff_plain;f=owlib.py;h=434b12cdc9419ef0c382985c0d7b1df7a71236f8;hp=dab4fab82363834efaae68ad314b1dbb18fd69bb;hb=HEAD;hpb=da445f9d9d19bff6b0d625e27d95893f90d50b48 diff --git a/owlib.py b/owlib.py index dab4fab..434b12c 100644 --- a/owlib.py +++ b/owlib.py @@ -82,6 +82,8 @@ def calcValue(code,vn,V): return V[vn]/32.0; if code==17: return V[vn]*0.2441/1000; + if code==18: + return V[vn]/8.0; return 0;