Fixed Ladungstraeger Label

This commit is contained in:
2017-05-16 09:33:10 +02:00
parent 33faf58fe9
commit adcc77afe3
2 changed files with 2 additions and 2 deletions

View File

@@ -221,8 +221,8 @@ def fromstring (data):
tel.attrib['tmutter'] = (data [250] << 8) + data [251]
except:
print ("Debug-tmutter", data[250], data[251])
tel.attrib['ladungstraeger'] = data [102:104].decode ()
tel.attrib['ladungstraeger'] = ''
return tel

View File

@@ -56,7 +56,7 @@ class TEL_PD99 (TELEGRAM):
self.attrib['endts'] = '2000-02-02 02:02:02'
self.attrib['dmc'] = '1234'
self.attrib['bauteilstatus'] = '0'
self.attrib['ladungstrager'] = '0'
self.attrib['ladungstraeger'] = '0'
self.attrib['aufnahme'] = 0
self.len = 2220907