BoschSmartHome / bosch-shc-api-docs

Bosch Smart Home Controller Local REST API
Other
208 stars 44 forks source link

please add "Relay state" to Postman collection #91

Open DFS-90 opened 7 months ago

DFS-90 commented 7 months ago

Hi,

I was missing a "Relay state" in your Postman collection. It can be built with information provided here.

Parameters are:

PUT {{shc_api}}/devices/{{device_id}}/services/ImpulseSwitch/state

Headers: same as "Shutter Control state"

Body: { "@type": "ImpulseSwitchState", "impulseState": "true" }

Maybe you want to add it to your Postman collection?

Thanks and best regards, David