add propertydescription for PID_TABLE

This commit is contained in:
Thomas Kunze 2018-04-21 21:38:12 +02:00
parent 39edb63caf
commit 8d87bf6de5
2 changed files with 5 additions and 1 deletions

View File

@ -68,7 +68,10 @@ void AssociationTableObject::beforeStateChange(LoadState& newState)
_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);
uint8_t AssociationTableObject::propertyCount()

View File

@ -80,6 +80,7 @@ enum PropertyID
PID_ORDER_INFO = 15,
PID_PEI_TYPE = 16,
PID_PORT_CONFIGURATION = 17,
PID_TABLE = 23,
PID_VERSION = 25,
PID_MCB_TABLE = 27,
PID_ERROR_CODE = 28,