Have you checked the results by making queries to the SmartThings API? For example:
-
List the devices to get some details like the
deviceID
that is needed for other requests
https://api.smartthings.com/v1/devices
-
Get the device’s capabilities status:
https://api.smartthings.com/v1/devices/device-id/status
You just need to get a Personal Access Token and use it as authorization. This is an example using Postman:
What you can do with the device depends on the available capabilities in it, if it includes the execute
, there are some commands that can help you with other actions. For example:
- Here’s a command used in an AC device to turn on/off the screen light
- Also, I found this thread where the integration of another model of the Samsung soundbar is discussed. There could be useful information…
Soundbar HW-N850 Integration