Support incomplete writes by reading before writing
Variables that are hidden or not set in the write request will be overwritten with an old value. Disable this setting to prevent side-effects and improve performance.
General Information
Domain |
ADS |
Full symbol path |
ADS.Config::ENABLE_READ_BEFORE_WRITE |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
boolean |
Default value |
True |
JSON Schema
{
"default": true,
"description": "DESC_ENABLE_READ_BEFORE_WRITE",
"propertyOrder": 10,
"type": "boolean"
}