Fixed WriteProperty writing to object properties when the array-index is valid (#931)
This commit is contained in:
@@ -105,7 +105,7 @@ void handler_write_property(
|
|||||||
}
|
}
|
||||||
if (bcontinue) {
|
if (bcontinue) {
|
||||||
success = write_property_bacnet_array_valid(&wp_data);
|
success = write_property_bacnet_array_valid(&wp_data);
|
||||||
if (!success) {
|
if (success) {
|
||||||
success = Device_Write_Property(&wp_data);
|
success = Device_Write_Property(&wp_data);
|
||||||
}
|
}
|
||||||
if (success) {
|
if (success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user