Hm, I must admit I didn't fully consider how this would work 
I thought about using the list of GAs for an ETS device, but the devices only have the KOs, so you'd still have to manually make the connections from the GA to the KO of the dummy device.
Looking at the GIRA dummy device I think the best format would be to have a list of all GAs per data size. Like a line "1 bit" and then N columns for all the 1 bit GAs used in Node-RED. Or maybe better as header "1 bit", then each GA on a single line as the list propably can get quite long. Then you could at least simply go through the list of 1 bit GAs and assign them to the 1 bit KO of the dummy (rinse and repeat for the other data sizes of course).
Another possible way would be all used GAs in one list, followed by the data size (like "1/3/2<tab>1 bit").
The list (per data size or total, depending on the format) should be sorted by GA though, as it's easier to go through ETS's GA tree.

I thought about using the list of GAs for an ETS device, but the devices only have the KOs, so you'd still have to manually make the connections from the GA to the KO of the dummy device.
Looking at the GIRA dummy device I think the best format would be to have a list of all GAs per data size. Like a line "1 bit" and then N columns for all the 1 bit GAs used in Node-RED. Or maybe better as header "1 bit", then each GA on a single line as the list propably can get quite long. Then you could at least simply go through the list of 1 bit GAs and assign them to the 1 bit KO of the dummy (rinse and repeat for the other data sizes of course).
Another possible way would be all used GAs in one list, followed by the data size (like "1/3/2<tab>1 bit").
The list (per data size or total, depending on the format) should be sorted by GA though, as it's easier to go through ETS's GA tree.
Kommentar