Changeset da0371
- Timestamp:
- 03/19/12 10:55:35 (14 months ago)
- Branches:
- ('master', '033cf796174446f5fff5bbfad1cbf1e4af35c0d8')('controller-upgrade', '72b31cc86eeeef18f1371a3067b6e8a5ca21abfc')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
- Children:
- 2eb0453f4d9021077f52c347cb770de40f95e713
- Parents:
- 8ace17c8f0fe57d97616f71375cafe3f657b2a79
- git-author:
- Erik Johansson <erik@ejohansson.se>2012-03-19 10:55:35+01:00
- git-committer:
- Erik Johansson <erik@ejohansson.se>2012-03-19 10:55:35+01:00
- File:
-
- 1 edited
-
telldus-core/client/telldus-core.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telldus-core/client/telldus-core.cpp
r8ace17 rda0371 1 1 /** 2 2 * @defgroup core telldus-core 3 * Telldus Core is the base module used to interface a Telldus TellStick.3 * Telldus Core is the base module used to interface a Telldus TellStick. 4 4 * @{ 5 5 */ … … 295 295 * @param newValue 296 296 * If @a changeEvent is: 297 * @arg @ref TELLSTICK_DEVICE_CHANGED this is the property's new value .297 * @arg @ref TELLSTICK_DEVICE_CHANGED this is the property's new value, 298 298 * @arg @ref TELLSTICK_DEVICE_STATE_CHANGED this is the new state. For @ref 299 299 * TELLSTICK_CHANGE_AVAILABLE this is either 0 or 1. … … 698 698 * 699 699 * @returns 700 * The unique id for the device or -1 if the device is not found.700 * The unique id for the device or @c -1 if the device is not found. 701 701 * 702 702 * @since Version 2.0.0
Note: See TracChangeset
for help on using the changeset viewer.
