-
Couldn't load subscription status.
- Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Analysis
Sending the setPosition command to the roller shade is returning a success but the shade doesn't move.
Sending POST request to devices//commands
{
"command" : "setPosition"
"parameter": 0-100 (tried both as string or numbers)
"commandType": "command"
}
Received response
{"statusCode":100,"body":{},"message":"success"}
Expected Behavior
Roller Shade moves to set position
Steps To Reproduce
Sending POST request to devices//commands
{
"command" : "setPosition"
"parameter": 0-100 (tried both as string or numbers)
"commandType": "command"
}
Received response
{"statusCode":100,"body":{},"message":"success"}
Logs
Sending POST request to devices/<deviceId>/commands
{
"command" : "setPosition"
"parameter": 0-100 (tried both as string or numbers)
"commandType": "command"
}
Received response
{"statusCode":100,"body":{},"message":"success"}Configuration
Sending POST request to devices/<deviceId>/commands
{
"command" : "setPosition"
"parameter": 0-100 (tried both as string or numbers)
"commandType": "command"
}
Received response
{"statusCode":100,"body":{},"message":"success"}Environment
- OS:
- Software:
- Node:
- npm:
Additional Context
No response
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working