Clarify that controller availability is a string
This commit is contained in:
parent
da0371d803
commit
2eb0453f4d
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ using namespace TelldusCore;
|
||||||
* If @a changeEvent is:
|
* If @a changeEvent is:
|
||||||
* @arg @ref TELLSTICK_DEVICE_CHANGED this is the property's new value,
|
* @arg @ref TELLSTICK_DEVICE_CHANGED this is the property's new value,
|
||||||
* @arg @ref TELLSTICK_DEVICE_STATE_CHANGED this is the new state. For @ref
|
* @arg @ref TELLSTICK_DEVICE_STATE_CHANGED this is the new state. For @ref
|
||||||
* TELLSTICK_CHANGE_AVAILABLE this is either 0 or 1.
|
* TELLSTICK_CHANGE_AVAILABLE this is either @c "0" or @c "1".
|
||||||
* @param callbackId
|
* @param callbackId
|
||||||
* The id of the callback.
|
* The id of the callback.
|
||||||
* @param context
|
* @param context
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue