Make sure lines not exceeding 80 chars
This commit is contained in:
parent
fc626ef709
commit
df58f9df15
1 changed files with 4 additions and 3 deletions
|
@ -212,9 +212,10 @@
|
|||
*
|
||||
* Many devices (for example motion detectors) resends their messages many times
|
||||
* to ensure that they are received correctly. If a deviceeventcallback or
|
||||
* rawdeviceeventcallback in turn is calling a controlling function, for example tdTurnOn,
|
||||
* it may be neccessary to implement some solution to wait for the device to finish its
|
||||
* resending, before executing the controlling function. See how this can be done in the python example.
|
||||
* rawdeviceeventcallback in turn is calling a controlling function, for example
|
||||
* tdTurnOn, it may be neccessary to implement some solution to wait for the
|
||||
* device to finish its resending, before executing the controlling function.
|
||||
* See how this can be done in the python example.
|
||||
*
|
||||
* \subsection sec_events_callbacks Callbacks
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue