Skip to content

Instantly share code, notes, and snippets.

@bskjon
Last active May 18, 2024 14:42
Show Gist options
  • Save bskjon/a96bfb82720b0b342d21504e5e9c65b2 to your computer and use it in GitHub Desktop.
Save bskjon/a96bfb82720b0b342d21504e5e9c65b2 to your computer and use it in GitHub Desktop.
Payload for starting Smartthings Samsung oven in Pizza mode
[
{"component": "main", "capability":"samsungce.ovenMode", "command":"setOvenMode", "arguments": [ "BottomHeatPluseConvection" ]},
{"component": "main", "capability":"ovenSetpoint", "command":"setOvenSetpoint", "arguments": [ 225 ]},
{"component": "main", "capability":"samsungce.ovenOperatingState", "command":"setOperationTime", "arguments": [ "00:30:00" ]},
{"component": "main", "capability":"samsungce.ovenOperatingState", "command":"start", "arguments": null },
{"component": "main", "capability":"ovenOperatingState", "command":"start", "arguments": ["Conventional"] }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment