TIME SERIES - not showing the data [Android App]
Posted: Tue Apr 11, 2023 11:28 pm
Hi, I have added a PROP_FLAG_TIME_SERIES into a custom device parameter:
I do see the chart button, but inside it says No Chart Data despite receiving values for a long time. Time Series Chart for Temperature (built-in device) works fine.
Is this a bug, or do I need to further add something to the code to see the custom device data log?
Please help!.. Thanks.
Code: Select all
Param co2_param("CO2 (ppm)", "custom.param.value", value((int)DEFAULT_CO2), PROP_FLAG_READ | PROP_FLAG_TIME_SERIES);
Is this a bug, or do I need to further add something to the code to see the custom device data log?
Please help!.. Thanks.