getInfo call now reads vdc states, events, properties, sensors and actions are read from vdc device, not database.
Only translations and tags are read from database now - up to small (and nasty) details*. So we depend on vdc to deliver correct data now.
Details*:
- property types in vdc don't match 1:1 with those in vdcInfo api
- property in vdc sends
readonly
flag but readonly is stored in an opaquetag
in vdcInfo api. So readonly is passed only from db. - sensors don't have units in vdc api
- shall we default to database entry for individual property fields if the field (e.g. min) is missing in vdc?
- ...
#18766