IntegratedDynamics icon indicating copy to clipboard operation
IntegratedDynamics copied to clipboard

Allow the network reader to read a list of all variables in a variable store.

Open DasBrain opened this issue 3 years ago • 2 comments

Issue type:

  • :heavy_plus_sign: Feature request

Short description:

Currently, a network reader pointed at a variable store shows the value "ERROR" when looking at the value with a network reader.

In some sense, the Variable Store does expose a lot of values to the network - it would be nice if the network reader could provide this as a list.

DasBrain avatar Sep 27 '22 02:09 DasBrain

Thanks for the suggestion!

rubensworks avatar Sep 27 '22 02:09 rubensworks

I use-case I have for this is that I have a bunch of booleans that say whether my fission reactor (mekanism) should be running.

Something like this would be a much cleaner solution than calling append and effectively creating n+1 lists. It would also making adding and (especially) removing variables from that list much more pleasant.

shadow7412 avatar Sep 27 '22 04:09 shadow7412