Merge branch 'enhanced_device' of github.com:john30/ebusd into enhanced_device

This commit is contained in:
john30
2019-11-30 00:15:50 +01:00
+2 -2
View File
@@ -42,9 +42,9 @@ first second
Indicates that the specified data byte in `d` was received from the eBUS.
For data byte values <0x80, the short form without the `<RECEIVED>` prefix is allowed as well.
* arbitration start succeeded
`<STARTED> <info>`
`<STARTED> <master>`
Indicates the the last arbitration request succeeded (arbitration was won).
The data byte in `d` may contain additional information (tbd).
The data byte in `d` contains the master address that was successfully used during arbitration.
* arbitration start failed
`<FAILED> <master>`
Indicates that the last arbitration request failed (arbitration was lost or sending failed).