From 945d6889bef6de79ea78a1f80966fcef697b9610 Mon Sep 17 00:00:00 2001 From: yvesf Date: Wed, 31 Mar 2010 22:41:59 +0000 Subject: xml spec git-svn-id: http://10.2.2.13/svn/common/ebus@1622 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- doc/ebusSpecification.html | 95 ++++++++++++++++++++++++++++++++++++++++++++++ doc/ebusSpecification.xml | 35 +++++++++++++++++ doc/spec2html.xslt | 59 ++++++++++++++++++++++++++++ 3 files changed, 189 insertions(+) create mode 100644 doc/ebusSpecification.html create mode 100644 doc/ebusSpecification.xml create mode 100644 doc/spec2html.xslt (limited to 'doc') diff --git a/doc/ebusSpecification.html b/doc/ebusSpecification.html new file mode 100644 index 0000000..0fdb65b --- /dev/null +++ b/doc/ebusSpecification.html @@ -0,0 +1,95 @@ + +

Ebus Geräte

+ + + + + + + + + + + + + + + + + + + + + +
AdresseGerätTyp
0x03Feuerungsautomatmaster
0x10Heizungsregler #2master
0x30Heizkreisregler #1master
+

Ebus Packete

+ + + + + + + + + + + + + + + + + + + +
Primary commandSecondary commandDescriptionContent
0x050x03Betriebsdaten des Feuerungsautomaten an den Regler Block1
0x050x07Betriebsdaten des Reglers an den Feuerungsautomaten + + + + + + + + + + + +
nametypoffset
betriebszustandbyteEnum0
+ + + + + + + + + + + +
nametypoffset
aktionbyteEnum1
+ + + + + + + + + + + +
nametypoffset
kesselSollwertTemperaturdata2c2
+ + + + + + + + + + + +
nametypoffset
kesselSollwertDruckdata2b4
+
+ diff --git a/doc/ebusSpecification.xml b/doc/ebusSpecification.xml new file mode 100644 index 0000000..006bcb1 --- /dev/null +++ b/doc/ebusSpecification.xml @@ -0,0 +1,35 @@ + + + Feuerungsautomat + Heizungsregler #2 + Heizkreisregler #1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/spec2html.xslt b/doc/spec2html.xslt new file mode 100644 index 0000000..a18127e --- /dev/null +++ b/doc/spec2html.xslt @@ -0,0 +1,59 @@ + + + + + + + +

Ebus Geräte

+ + + + + + + + + + + + + +
AdresseGerätTyp
+ + +
+

Ebus Packete

+ + + + + + + + + + + + + + + +
Primary commandSecondary commandDescriptionContent
+ + + + + + + + +
nametypoffset
+
+
+ + +
+ +
-- cgit v1.2.1