This just comes from the SmartThings app, so I can’t make it do anything it doesn’t already do. It would be really nice to be able to change the default temperatures.
One problem with updating the time is that doing it during cooking with an end time set could be confusing, but that’s no excuse for never automatically updating it.
I think there is some way to retrieve the current time, because the app is doing that, but I don’t know how it does it and the API we have for custom commands doesn’t return data.
The only other extra command in the app is the sound setting:
smartthings devices:commands <device id> 'main:execute:execute("/mode/vs/0", {"x.com.samsung.da.options":["Sound_On"]})'
smartthings devices:commands <device id> 'main:execute:execute("/mode/vs/0", {"x.com.samsung.da.options":["Sound_Off"]})'