mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Fix Format: Indention
This commit is contained in:
parent
641ae4efcd
commit
a5d5b70d87
@ -277,14 +277,14 @@ class GroupObject
|
|||||||
Dpt _datapointType;
|
Dpt _datapointType;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* set the current value of the group object and show success.
|
* set the current value of the group object and show success.
|
||||||
* @param value the value the group object is set to
|
* @param value the value the group object is set to
|
||||||
* @param type the datapoint type used for the conversion.
|
* @param type the datapoint type used for the conversion.
|
||||||
*
|
*
|
||||||
* The parameters must fit the group object. Otherwise it will stay unchanged.
|
* The parameters must fit the group object. Otherwise it will stay unchanged.
|
||||||
*
|
*
|
||||||
* @returns true if the value of the group object was updated after successful conversion.
|
* @returns true if the value of the group object was updated after successful conversion.
|
||||||
*/
|
*/
|
||||||
bool _valueNoSend(const KNXValue& value, const Dpt& type);
|
bool _valueNoSend(const KNXValue& value, const Dpt& type);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user