ESP8266 : using syncAll() function

Hi all,
Any update on this topic yet? (syncAll)
Thanks.

no update, but you can add the last data to EEPROM or get lastest data from DB using REST API
curl --request GET \ --url 'https://platform.mydevices.com/v1.1/telemetry/clientid/sensors/thingid/summaries?type=latest' \ --header 'authorization: Bearer FE Token'

Thanks for the quick response.
EEPROM stores the value. If the slider value has changed then the EEPROM is updated. This works when Arduino is online.
Arduino offline, slider changed. Arduino online, CAYENNE_IN () no response.
It is possible in more detail about REST API. Sample code for slider and CAYENNE_IN ().

Thank.

you need to use arduino-esp32/libraries/WiFiClientSecure at master · espressif/arduino-esp32 · GitHub and develop your own code for the above endpoint.
How to access Cayenne API using Insomnia, Node-red and Thunkable