mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
change documentation
This commit is contained in:
@@ -6,7 +6,7 @@ class AddressTableObject: public TableObject
|
||||
{
|
||||
public:
|
||||
AddressTableObject(Platform& platform);
|
||||
void readProperty(PropertyID id, uint32_t start, uint32_t& count, uint8_t* data);
|
||||
void readProperty(PropertyID id, uint32_t start, uint32_t count, uint8_t *data);
|
||||
uint16_t entryCount();
|
||||
uint16_t getGa(uint16_t tsap);
|
||||
uint16_t getTsap(uint16_t ga);
|
||||
|
||||
@@ -106,7 +106,6 @@ public:
|
||||
* is in 1/100, so a value of 2101 would set a DPT9 float value of 21.01.
|
||||
* The possible range of the values is -671088.64 to 670760.96.
|
||||
*
|
||||
* @param objno - the ID of the communication object.
|
||||
* @param value - the new value of the communication object in 1/100.
|
||||
* Use INVALID_DPT_FLOAT for the DPT9 "invalid data" value.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user