Page 1 of 1

Can the data type of Parameters be "File"?

Posted: Mon Dec 04, 2023 9:48 am
by kongshui
I saw on the official website that the data type of Parameters can only be "String", "Bool", and other basic types. Can I send "File"?


2023-12-04_17-47.png
2023-12-04_17-47.png (121.71 KiB) Viewed 27295 times

Re: Can the data type of Parameters be "File"?

Posted: Mon Dec 04, 2023 11:25 am
by ESP_Piyush
No, we do not currently support file data type, but we are working on the support to be able to send any files to the nodes. I cannot give an exact timeline yet though.

Re: Can the data type of Parameters be "File"?

Posted: Tue Dec 05, 2023 2:44 am
by kongshui
Hi ESP_Piyush,

Thank you for your answer.

Where can I see Rainmaker's introduction to "Data Type", especially the difference between "String" and "Array"?

Re: Can the data type of Parameters be "File"?

Posted: Wed Dec 06, 2023 9:21 am
by ESP_Piyush
Currently, the value types are documented only in the C API docs.

Re: Can the data type of Parameters be "File"?

Posted: Fri Dec 08, 2023 8:11 am
by kongshui
Hi ESP_Piyush,

Thank you for your answer, it has been very helpful to me.