sinricpro / sample_messages

Sinric Pro example JSON messages
https://sinric.pro
8 stars 6 forks source link

blind device doesn't implement adjust_range_value #20

Closed robademar closed 4 years ago

robademar commented 4 years ago

I use this device type to control my blinds. I would like to use the vocal command "lower" or "raise"
to obtain a partial close but they are not implemented. Should I use a different device? this is the debug dialog "header": { "payloadVersion": 2, "signatureVersion": 1 }, "payload": { "action": "adjustRangeValue", "clientId": "alexa-skill", "createdAt": 1592036001, "deviceAttributes": [], "deviceId": "5ebfa6813045f14787e40ed3", "replyToken": "ae955e2a-6d24-4c18-9312-31c16ce69df1", "type": "request", "value": { "rangeValueDelta": -10 }

robademar commented 4 years ago

I've re-tested the blind example and it handles the message so it should be a my program mistake. I will investigate further sorry