mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
add property description for PID_PROJECT_INSTALLATION_ID
This commit is contained in:
parent
fd2334a4af
commit
0762e753f7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user