View difference between Paste ID: t1vKDuK2 and QS5bD0B3
SHOW: | | - or go back to the newest paste.
1-
				{
1+
                {
2
					"type": "Alexa.Presentation.APL.ExecuteCommands",
3
					"token": "media-slide-show",
4
					"commands": [
5
						{
6
							"content": {
7
								"type": "Parallel",
8
								"commands": [
9
									{
10
										"type": "SpeakItem",
11
										"componentId": "pagerMusicId",
12
										"when": true
13
									},
14
									{
15
										"type": "AutoPage",
16
										"componentId": "pagerComponentId",
17-
										"duration": 12000,
17+
										"duration": 2000,
18-
										"delay": 8000,
18+
										"delay": 1000,
19
										"when": true
20
									},
21
									{
22
										"type": "SpeakItem",
23
										"componentId": "pagerMusicId",
24
										"when": true
25
									}
26
								],
27
								"when": true
28
							}
29
						}
30
					]
31
				}