This is a simple IFTTT sample to send Light Value from LDR Sensor to Numerous Application. The Spark Core firmware reads Light Sensor value and publish it, the IFTTT recipe updates the Numerous Application number whenever a publish occur.
Hi @krvarma, thank you for the response. I’m a beginner and at the point of publishing the particle event. I have: Particle.publish("basement-temp", String(temperature), 60, PRIVATE);.
It compiles but I don’t think it’s right or not sure why String(temperature) actually works.
@spncr2, sorry for the late reply, somehow I missed this post.
What issue you are facing, are you able to connect temperature sensor and read the values? I suggest you to do Serial Print the value and see it is coming. Once that is sure, then publish it and configure the IFTTT recipe.