flexmeasures icon indicating copy to clipboard operation
flexmeasures copied to clipboard

Edit attributes with lists and dicts

Open nhoening opened this issue 1 year ago • 0 comments

We have the flexmeasures edit attribute CLI command.

It allows to edit attribute values of several types on assets and sensors: float, bool, str, int.

(attributes are where we store things that are not ready (yet) to become engrained in our database model of assets and sensors. Often, this is about dev features.

Now we are handling lists there, as well, and are thinking about dictionaries. This issue is about supporting these types in the CLI command, as well.

nhoening avatar Jul 25 '22 21:07 nhoening