I am trying to figure out how I can let the first two command work, it only seems to accept the last one
code:
rest_command:
kleur:
url: "https://api.smartthings.com/v1/devices/<DeviceID>/commands"
method: post
content_type: 'application/json; charset=utf-8'
headers:
Authorization: Bearer <Token>
payload:
'[{
"capability":"samsungce.washerBubbleSoak", "command":"setWasherBubbleSoak", "arguments":["on"],
"capability":"samsungce.autoDispenseDetergent", "command":"setAmount", "arguments":["standard"],
"capability":"samsungce.washerCycle", "command":"setWasherCycle", "arguments":["Course_1B"]
}]'