Data type of struct commands.s_type changed from integer to char[2]

This commit is contained in:
Roland Jax
2013-11-19 17:47:53 +01:00
parent f78b909353
commit 91b8671141
9 changed files with 69 additions and 43 deletions
+6
View File
@@ -1,6 +1,12 @@
ebus Daemon (ebusd) - ChangeLog
===============================
2013-11-19:
* Data type of struct commands.s_type changed from integer to char[2]. Possible
data types are: BR, MM, MS. (BroadCast, MasterMaster, MasterSlave)
* Wolf configuration files converted to new version.
* README fixed.
2013-11-06:
* Specific vaillant data type "ulg" (unsigned long) added.