Skip to content

use JSON for interlock definitions

Martin Teichmann requested to merge json into main

The excel tables for the interlock definitions are now first converted into a simple Python data structure that can easily be dumped as a JSON. This can also be done manually and saved to a file. This file can be much more easily version controlled than the original excel file.

Merge request reports