setWasherCycle not working

Hello,
I can’t change my washer cycle using API.
Sending this command:

client.devices.executeCommand(WASHER_ID, 
	{
        "component": "main",
        "capability": "samsungce.washerCycle",
        "command": "setWasherCycle",
        "arguments": ["Table_02_Course_25"]
    	}
).then((response) => {
	console.log(response);
});

returns a

{ status: 'success' }

but my washer cycle is unchanged.

Has someone already changed washer cycle using API?

Thank you.

1 Like

Hi!

I have the same issue. Did you find why it was not working?

Cheers!