changed STARTED to report used master address

This commit is contained in:
John
2019-11-30 00:00:24 +01:00
committed by GitHub
parent 5d8db10fbf
commit 8e41736056
+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).