Hello,
I have recently been experimenting with Node.js to implement my program ideas for Arduino IoT Cloud. Since I am new to this environment, I am relying on the example documentation of JavaScript/Node.js on Arduino's site to perform basic tasks like sending values to the cloud to update variables, such as updating an integer or string variable (which is included in the example documentation). However, as my project demands the use of complex variable types like CloudScheduler, I can't seem to figure out how to send values or update these variables through Node.js since there are no examples available. Can anyone guide me on what object and attributes need to be declared in the code in order to send/update values of the CloudScheduler?