Skip to content

Commit

Permalink
Fix Format: Indention
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Nov 8, 2024
1 parent 641ae4e commit a5d5b70
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/knx/group_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,14 @@ class GroupObject
Dpt _datapointType;
#endif

/**
* set the current value of the group object and show success.
* @param value the value the group object is set to
* @param type the datapoint type used for the conversion.
*
* 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.
*/
bool _valueNoSend(const KNXValue& value, const Dpt& type);
/**
* set the current value of the group object and show success.
* @param value the value the group object is set to
* @param type the datapoint type used for the conversion.
*
* 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.
*/
bool _valueNoSend(const KNXValue& value, const Dpt& type);
};

0 comments on commit a5d5b70

Please sign in to comment.