Loading...

Knowledge Base

Find answers, guides, and best practices for ComfortClick bOS.

Http tokens

Depending on the received data, we must use a correct data token. We can choose between Boolean, Integer, Double or String. If we stick to our example, we're parsing out temperature data from the weather API, so we will use Double as the variable. Under Token name we paste the parsed token "data.metData.t"

51c1d387-96d3-4386-9c1a-851c8c50e63b.jpg

If everything is set correctly, if we select the Values tab, we should get the temperature reading from the weather API.

7c39b15b-6550-42d8-b083-89491e2ee907.jpg


Top