summaryrefslogtreecommitdiff
path: root/ebus/__init__.py
diff options
context:
space:
mode:
authoryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2010-04-13 21:18:07 +0000
committeryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2010-04-13 21:18:07 +0000
commit18d190222ac8d31411e47f801de25f2ecaad4241 (patch)
treec7ce0c24f6dd14dc2206af131dc7ea11391ffddc /ebus/__init__.py
parent757d99f7e2e3655b4cb24a1d15b99d655062ac9f (diff)
downloadebus-alt-18d190222ac8d31411e47f801de25f2ecaad4241.tar.gz
ebus-alt-18d190222ac8d31411e47f801de25f2ecaad4241.zip
foo
git-svn-id: http://10.2.2.13/svn/common/ebus@1657 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'ebus/__init__.py')
-rw-r--r--ebus/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebus/__init__.py b/ebus/__init__.py
index 3a7e363..71d6397 100644
--- a/ebus/__init__.py
+++ b/ebus/__init__.py
@@ -134,7 +134,7 @@ packetDescription = [
}},
# Service 0x07 (Systemdatenbefehle)
{'primary':0x7, 'secondary':0x0, 'description':'Datum/Zeit - Meldung eines eBUS Masters', 'name':'datumZeit', 'format': {
- 'ausenTemperatur':fields.Data2b(0),
+ 'aussenTemperatur':fields.Data2b(0),
'sekunden':fields.Bcd(2),
'minuten':fields.Bcd(3),
'stunden':fields.Bcd(4),