Warning, /sdk/cutehmi/extensions/CuteHMI/Modbus.4/CHANGES.md is written in an unsupported language. File is not indexed.

0001 # Changes
0002 
0003 ## Version 4
0004 
0005 - This version has switched from CuteHMI.Services.2 to CuteHMI.Services.3.
0006 - Property `initialized` has been introduced in cutehmi::modbus::AbstractRegisterController. Controller items use it for more robust
0007 delegate initialization.
0008 - Property `valueSettingPolicy` has been introduced in cutehmi::modbus::AbstractRegisterController.
0009 
0010 ## Version 3
0011 
0012 - Register items do not have aliases to internal controller, instead they expose `controller` property.
0013 - Property `pollingTimer` has been replaced in cutehmi::modbus::AbstractClient by `pollingInterval` and `pollingTaskInterval`
0014 properties.
0015 - Property `requestInterval` has been added to cutehmi::modbus::AbstractClient.
0016 - Names of protected signals have been changed in server and client classes from `requestReceived` to `requestAccepted`.