diff options
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> |