I use PROP_FLAG_TIME_SERIES as a param properties. but the rainmaker app show No chart data. The real-time data is display normally.
The time_series data does store in cloud?
Code: Select all
param = esp_rmaker_param_create(CUSTOM_PARAM_BATTERY_VOLTAGE, CUSTOM_PARAM_BATTERY_VOLTAGE_TYPE,
esp_rmaker_float(app_get_current_battery_voltage()), PROP_FLAG_READ | PROP_FLAG_TIME_SERIES);

