* fixed tipo: RepititionAllowed

* fixed typo: frameRecieved

* fixed typo: individualAddressDuplication

* fixed typo: induvidualAddress

* fixded Typo: InduvidualAddress

Co-authored-by: Dominik Westner <nikwest@github.com>
This commit is contained in:
Dominik Westner
2020-11-09 20:20:21 +01:00
committed by GitHub
parent ffa2eea65b
commit 5451235368
20 changed files with 80 additions and 80 deletions

View File

@@ -26,12 +26,12 @@ IpParameterObject::IpParameterObject(DeviceObject& deviceObject, Platform& platf
return 1;
}
// TODO: get property of deviceobject and use it
pushWord(io->_deviceObject.induvidualAddress(), data);
pushWord(io->_deviceObject.individualAddress(), data);
return 1;
},
[](IpParameterObject* io, uint16_t start, uint8_t count, const uint8_t* data) -> uint8_t
{
io->_deviceObject.induvidualAddress(getWord(data));
io->_deviceObject.individualAddress(getWord(data));
return 1;
}),
new DataProperty(PID_IP_ASSIGNMENT_METHOD, true, PDT_UNSIGNED_CHAR, 1, ReadLv3 | WriteLv3),