Continuing the discussion from Alexa skill can't read my sensor data:
My problem is ,i won’t be able to add multiple values to my alexa skill like temperature and humidity
my webhook string
{
“version”: “1.0”,
“response”: {
“outputSpeech”: {
“type”: “PlainText”,
“text”: “current humidity is {{ data.Humidity.value }} and current temperature is {{ data.Temperature.value }}.”
},
“shouldEndSession”: true
}
}
sometimes it says humidity value sometimes temperature . i can’t make it say both
Like this one .
i can’t figure it out what is wrong with my alexa skill .
Can someone help me fix this problem? .