As I understood, this parameter configures if and if yes how ofter MODBUS Thing will get an update if the status is not changed?
Thing data do08 [ readStart="0", readValueType="bit", writeStart="0", writeValueType="bit", writeType="coil",updateUnchangedValuesEveryMillis="500000" ]
This parameter is not in the documentation. Is it only available on 2.5 snapshot or in 2.4 stable binding too?
And can I set it to false, which means I get only changed Things trigger and no update trigger?
Which means my item only get changed events? This will reduce the load on OH? Because MODBUS will update my items every sec. and I have 100 of them.