Hello, I’m trying to find a way to update the time on my smart oven using the SmartThings API. I’ve been looking through the documentation, but I’m unable to find the right command or endpoint for this specific action. Does anyone know if this is possible and if so, how to do it? Any help would be greatly appreciated. Thanks!
{
"commands" : \[
{
"component" : "main",
"capability" : "execute",
"command" : "execute",
"arguments" : \[
"/configuration/vs/0",
{
"x.com.samsung.da.currentTime" : "2025-09-25T22:49:16"
}
\]
}
\]
}
SOLUTION
1 Like