25.05.2021, 07:12
(24.05.2021, 09:38)admin Wrote: First you need to set usr and pwd variables in the script. Then run this function to get the ID of your pool:
Code:log( getPoolInfo() )
Then you can request the sensor state by calling getSensorInfo:
When the data format is known the script can be modified to write sensor state to objects.Code:data = getSensorInfo()
log(data)
Hello
I have got sensors data, thank you, could you make example of a function for the PUT method?
Thank you