Merge branch 'enhanced_device' of github.com:john30/ebusd into enhanced_device
This commit is contained in:
@@ -42,9 +42,9 @@ first second
|
|||||||
Indicates that the specified data byte in `d` was received from the eBUS.
|
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.
|
For data byte values <0x80, the short form without the `<RECEIVED>` prefix is allowed as well.
|
||||||
* arbitration start succeeded
|
* arbitration start succeeded
|
||||||
`<STARTED> <info>`
|
`<STARTED> <master>`
|
||||||
Indicates the the last arbitration request succeeded (arbitration was won).
|
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
|
* arbitration start failed
|
||||||
`<FAILED> <master>`
|
`<FAILED> <master>`
|
||||||
Indicates that the last arbitration request failed (arbitration was lost or sending failed).
|
Indicates that the last arbitration request failed (arbitration was lost or sending failed).
|
||||||
|
|||||||
Reference in New Issue
Block a user