From 68d949d305dd9cfc05e60da8eb71b42c83743aa4 Mon Sep 17 00:00:00 2001 From: yvesf Date: Sun, 28 Mar 2010 12:59:58 +0000 Subject: xml entwurf git-svn-id: http://10.2.2.13/svn/common/ebus@1614 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- ebus/__init__.py | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'ebus') diff --git a/ebus/__init__.py b/ebus/__init__.py index d0d3497..f56a0a5 100644 --- a/ebus/__init__.py +++ b/ebus/__init__.py @@ -4,6 +4,45 @@ import asyncore import socket import sys +XML = """ + + + + Feuerungsautomat + Heizungsregler #2 + Heizkreisregler #1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +""" + deviceDescription = [ {'address':0x03, 'type':'master', 'description':'Feuerungsautomat'}, {'address':0x10, 'type':'master', 'description':'Heizungsregler #2'}, @@ -74,6 +113,7 @@ class fields: else: return None + packetDescription = [ # Service 0x05 (Brennersteuerbefehle) {'primary':0x5, 'secondary':0x3, 'name':'Betriebsdaten des Feuerungsautomaten an den Regler Block1'}, -- cgit v1.2.1