diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-04-01 18:22:24 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-04-01 18:22:24 +0000 |
commit | 546c970638670b024539fcaebfca7a132a5bf084 (patch) | |
tree | 9676a0a90830e442b240bfbe62bb3a0eb5a3e60f /doc/ebusSpecification.html | |
parent | cba18e6fd6963dd26cba7a4bec1e2617b724d2ca (diff) | |
download | ebus-alt-546c970638670b024539fcaebfca7a132a5bf084.tar.gz ebus-alt-546c970638670b024539fcaebfca7a132a5bf084.zip |
up
git-svn-id: http://10.2.2.13/svn/common/ebus@1625 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'doc/ebusSpecification.html')
-rw-r--r-- | doc/ebusSpecification.html | 52 |
1 files changed, 18 insertions, 34 deletions
diff --git a/doc/ebusSpecification.html b/doc/ebusSpecification.html index 116b716..17dc6e7 100644 --- a/doc/ebusSpecification.html +++ b/doc/ebusSpecification.html @@ -1,9 +1,11 @@ -<html><body> -<h2>Ebus Geräte</h2> -<table border="1"> -<tr bgcolor="#9acd32"> +<html> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head> +<body> +<h2>Ebus Geräte</h2> +<table class="ebus_devices"> +<tr> <th>Adresse</th> -<th>Gerät</th> +<th>Gerät</th> <th>Typ</th> </tr> <tr> @@ -23,8 +25,8 @@ </tr> </table> <h2>Ebus Packete</h2> -<table border="1"> -<tr bgcolor="#9acd32"> +<table class="ebus_packets"> +<tr> <th>Primary command</th> <th>Secondary command</th> <th>Description</th> @@ -34,14 +36,17 @@ <td>0x05</td> <td>0x03</td> <td>Betriebsdaten des Feuerungsautomaten an den Regler Block1</td> -<td></td> +<td><table><tr> +<th>name</th> +<th>typ</th> +<th>offset</th> +</tr></table></td> </tr> <tr> <td>0x05</td> <td>0x07</td> <td>Betriebsdaten des Reglers an den Feuerungsautomaten</td> -<td> -<table> +<td><table> <tr> <th>name</th> <th>typ</th> @@ -52,44 +57,23 @@ <td>byteEnum</td> <td>0</td> </tr> -</table> -<table> -<tr> -<th>name</th> -<th>typ</th> -<th>offset</th> -</tr> <tr> <td>aktion</td> <td>byteEnum</td> <td>1</td> </tr> -</table> -<table> -<tr> -<th>name</th> -<th>typ</th> -<th>offset</th> -</tr> <tr> <td>kesselSollwertTemperatur</td> <td>data2c</td> <td>2</td> </tr> -</table> -<table> -<tr> -<th>name</th> -<th>typ</th> -<th>offset</th> -</tr> <tr> <td>kesselSollwertDruck</td> <td>data2b</td> <td>4</td> </tr> -</table> -</td> +</table></td> </tr> </table> -</body></html> +</body> +</html> |