I have a smart home skill that allows the user to setTargetPosition.
When I create a routine in Alexa it gives me a slider to select between 1% and 100%. Why is there no 0%?
Also, whenever 1% is selected it passes a value of 100 to my lambda function. All other values pass their correct value (IE 2% == 2, 99% == 99).
Please help!