1 Title: Creating WATO lock during automations (like e.g. master to slave syncs)
9 All actions within WATO which might modify config files are globally locked.
10 This prevents mixups in written files. Only the automation commands did not
11 use a lock which might lead into broken files when some manual action
12 and some pushed snapshot wrote a file at the same time. The automations
13 now use the same lock as user actions which should prevent such problems now.