Forum

Browse topics, discover Works With Legrand community!

How to send Curtain Stop command via Api ?

We are working on control4 driver development. we already integrated switch, dimmer, and plugs

now we have been trying Curtains.the curtain open and close were working. but Stop was not working it is our sample request. how to send stop command via API. is there any changed API  available for the curtain.

POST https://api.developer.legrand.com/hc/api/v1.0/automation/automation/addressLocation/plants/000000005e5cd2b75bfcb5/modules/parameter/id/value/000000047425759

HTTP/1.1
Host: api.developer.legrand.com
Content-Type: application/json
Ocp-Apim-Subscription-Key: 1ebee8
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ilg1ZVhrNHh5b2pORnVtMWtsMll0djhkbE5QNC1jN

{
“level”:50
}

 

 

 

  • This topic was modified 4 years, 1 month ago by Krish.

Hello Krish,

The “level”: 50 works if your shutter has a module to manage the position

To stop the shutter, you just need to send the command “level”: -1

Have a good day,

Leslie – Community Manager

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.