Notifications
Clear all
REST API
2
Posts
2
Users
0
Reactions
1,925
Views
Topic starter
11/08/2021 11:11 am
Hi,
Using rest API how can I write the data to multiple fields of the same node?
Like I want to write the temperature and humidity fields that are in the same node.
11/08/2021 1:52 pm
Using rest API how can I write the data to multiple fields of the same node?
Like I want to write the temperature and humidity fields that are in the same node.
At the moment, it is not possible with the REST API, you need two separated calls, but you can send two request in the same HTTP channel with reuse on:
http.setReuse(true);