110
edits
(Add extended property in Commands & Protocols 0803) |
(update commands & protocols 0805) |
||
Line 34: | Line 34: | ||
"custom_commands": [{ | "custom_commands": [{ | ||
"@context": "http://schema.org | "@context": "http://schema.org", | ||
"@type": " | "@type": "ListenAction", | ||
"target": { | "target": { | ||
"@type": "IAC", | "@type": "IAC", | ||
Line 47: | Line 46: | ||
"custom_commands": [{ | "custom_commands": [{ | ||
"@context": "http://schema | "@context": "http://url-to-extended-schema", | ||
"@type": " | "@type": "StopAction", | ||
"target": { | "target": { | ||
"@type": "IAC", | "@type": "IAC", | ||
Line 59: | Line 58: | ||
"custom_commands": [{ | "custom_commands": [{ | ||
"@context": "http://schema.org | "@context": "http://schema.org", | ||
"@type": "SuspendAction", | "@type": "SuspendAction", | ||
"target": { | "target": { | ||
Line 70: | Line 69: | ||
"custom_commands": [{ | "custom_commands": [{ | ||
"@context": "http://schema | "@context": "http://url-to-extended-schema", | ||
"@type": " | "@type": "SkipForwardAction", | ||
"direction": @direction | "direction": @direction | ||
"target": { | "target": { | ||
Line 79: | Line 78: | ||
}] | }] | ||
"custom_commands": [{ | |||
"@context": "http://url-to-extended-schema", | |||
"@type": "SkipBackwardAction", | |||
"direction": @direction | |||
"target": { | |||
"@type": "IAC", | |||
"name": "music-controller", | |||
} | |||
}] | |||
5. Who is the artist / What album is this <br> | 5. Who is the artist / What album is this <br> |
edits