flow-hydraulics/flow-pds

Use strings for states instead of int

Closed this issue · 0 comments

Currently we use iota for simple "enumeration" of ints to handle states of different objects. We should instead use strings as this would allow more easy data migrations and future alterations in the list of possible states.