IFTTTWebhook icon indicating copy to clipboard operation
IFTTTWebhook copied to clipboard

How to pass a Float value to the Trigger?

Open AlexLPD opened this issue 7 years ago • 0 comments

Hi, Im trying to send the temperature using the trigger via e-mail.

I tried the examples and worked ok, I tried to send a char data[8] = "15.25"; and works ok. I tried to convert a float using dtfrost and the serial show the char contain the data, but the trigger dont send any email.

Do you have some example on how to convert from a float data type, to a data type for sending using the trigger ?

I would thank you so much.

Kind regards. -Alex

AlexLPD avatar Apr 06 '18 05:04 AlexLPD