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 ++++++++++++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) 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'}, diff --git a/setup.py b/setup.py index 78f3a97..89a47c7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='ebus', version='0.2', - description='Ebus/TCP Library', + description='Ebus over TCP Library', author='xapek.org', author_email='ebus@xapek.org', url='http://xapek.org', -- cgit v1.2.1