We store asset and sensor IDs in JSON structures. Next to advantages, this means we have to guard some data integrity ourselves.
If assets or sensors get deleted (which is not an occurence we see a lot, by the way, mainly in early prototyping), then things can break down.
That concerns the dialogues (flex-config and graphs), but also the functionality (e.g. graphs, even the scheduler).
We store asset and sensor IDs in JSON structures. Next to advantages, this means we have to guard some data integrity ourselves.
If assets or sensors get deleted (which is not an occurence we see a lot, by the way, mainly in early prototyping), then things can break down.
That concerns the dialogues (flex-config and graphs), but also the functionality (e.g. graphs, even the scheduler).