hardillb / node-red-contrib-alexa-home-skill

A Node-RED node to control things via Amazon Alexa
https://alexa-node-red.bm.hardill.me.uk/
Apache License 2.0
89 stars 42 forks source link

Alexa home response rounds SetTargetTemperatureRequest return values #136

Closed niklas1375 closed 2 hours ago

niklas1375 commented 2 hours ago

Whenever I issue a "SetTargetTemperatureRequest" to my alexa home skill with a non-whole number such as "Set the living room to 21.5°C" it will correctly execute that request and answer that the heat has been set to (in this case) 22°C rounding the number I requested. It's not a dealbreaker or big issue but it does bug me. Are half degrees not a thing for Alexa? :D

I couldn't find anything regarding this in the docs regarding the SetTargetTemperatureRequest so I'm hopeful the issue is either known or preventable.

hardillb commented 2 hours ago

This is all been done on the Amazon side, nothing you can control

niklas1375 commented 2 hours ago

Thanks for the fast reply :)