mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
add propertydescription for PID_TABLE
This commit is contained in:
parent
39edb63caf
commit
8d87bf6de5
@ -68,7 +68,10 @@ void AssociationTableObject::beforeStateChange(LoadState& newState)
|
|||||||
_tableData = (uint16_t*)_data;
|
_tableData = (uint16_t*)_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
static PropertyDescription _propertyDescriptions[] = { };
|
static PropertyDescription _propertyDescriptions[] =
|
||||||
|
{
|
||||||
|
{ PID_TABLE, false, PDT_GENERIC_02, 254, ReadLv3 | WriteLv0 },
|
||||||
|
};
|
||||||
static uint8_t _propertyCount = sizeof(_propertyDescriptions) / sizeof(PropertyDescription);
|
static uint8_t _propertyCount = sizeof(_propertyDescriptions) / sizeof(PropertyDescription);
|
||||||
|
|
||||||
uint8_t AssociationTableObject::propertyCount()
|
uint8_t AssociationTableObject::propertyCount()
|
||||||
|
@ -80,6 +80,7 @@ enum PropertyID
|
|||||||
PID_ORDER_INFO = 15,
|
PID_ORDER_INFO = 15,
|
||||||
PID_PEI_TYPE = 16,
|
PID_PEI_TYPE = 16,
|
||||||
PID_PORT_CONFIGURATION = 17,
|
PID_PORT_CONFIGURATION = 17,
|
||||||
|
PID_TABLE = 23,
|
||||||
PID_VERSION = 25,
|
PID_VERSION = 25,
|
||||||
PID_MCB_TABLE = 27,
|
PID_MCB_TABLE = 27,
|
||||||
PID_ERROR_CODE = 28,
|
PID_ERROR_CODE = 28,
|
||||||
|
Loading…
Reference in New Issue
Block a user