I'm trying to update a variable on Arduino Cloud which is of the CloudSchedule
type. I've been able to successfully update simple variable types via the propertiesV2Publish endpoint however there is no documentation as to how to update the value of a scheduled variable.
I've tried trial-and-error and even sniffing out the network requests coming from the Arduino IoT iPhone app (it's SSL-pinned it seems).
Does anyone know what the actual format for this endpoint is? The docs are a little lacking in areas such as this.
A separate question... does communicating with my UNO R4 WiFi board via Arduino Cloud HAVE to be via variables? Oftentimes I'd like to just send a simple message to it (akin to a socket connection) but it appears to want to force me down a path of updating variables.
Thank you.