add property description for PID_PROJECT_INSTALLATION_ID

This commit is contained in:
Thomas Kunze 2018-10-27 22:42:27 +02:00
parent fd2334a4af
commit 0762e753f7

View File

@ -306,7 +306,8 @@ void IpParameterObject::additionalLoadControls(uint8_t* data)
static PropertyDescription _propertyDescriptions[] =
{
{ PID_OBJECT_TYPE, false, PDT_UNSIGNED_INT, 1, ReadLv3 | WriteLv0 }
{ PID_OBJECT_TYPE, false, PDT_UNSIGNED_INT, 1, ReadLv3 | WriteLv0 },
{ PID_PROJECT_INSTALLATION_ID, true, PDT_UNSIGNED_INT, 1, ReadLv3 | WriteLv3 },
};
static uint8_t _propertyCount = sizeof(_propertyDescriptions) / sizeof(PropertyDescription);