You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, that might have been an oversight. I know I added ven_id to the 'normal' report mode a while back, but I must not have added it to the full mode. I'll have to add that to the interface.
Can I ask what the reason for using the full mode is? Is there a use case that the normal mode does not cover?
Yes, sure. I will try to explain my case. I have a NOSQL database with two tables for reports.
First table for report meta data with following columns - ven_id, report_specifier_id, measurement, unit, scale, ...
If I use "normal" mode, I can't get the "report_specifier_id" parameter. If I use "full" mode, I can't get the "ven_id" parameter.
Second table for report payload with following columns - ven_id, report_specifier_id, date_time, value, ...
For this table I can't get "ven_id" parameter when executing the function "on_update_report(payload)".
Hello Stan.
I have a VTN-server on which I am trying to register/update a report. If I use "compact mode" for registration I get ven_id like this:
But, if I use "full mode" i'm having problems:
The same situation for "on_update_report(payload)".
Maybe I'm doing something wrong or I don't understand something... Could you help me?
Thanks for your work.
The text was updated successfully, but these errors were encountered: