Change between send-only and send-receive

I haven’t found anything on this and don’t have the time to dig code…

What happens if I change between send-only and send-receive? Will it allow me the change and follow the obvious content change/sync logic, or should I expect something fancy?

When you change to send-receive it will attempt to receive any outstanding changes, like any other device. When you change to send-only it will cease to receive things. Nothing fancy.

Thanks, that’s what I was expecting. Send-only just literally stops reception of actual data.

Cheers :slight_smile:

According to the help info link, changes are still received but no changes are written, thus the big red “Override Changes” button.