-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathstatelessMediaPlaybackButtonPresentation.json
82 lines (82 loc) · 3.13 KB
/
statelessMediaPlaybackButtonPresentation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"detailView": [
{
"label": "Media Playback Button",
"displayType": "list",
"list": {
"command": {
"name": "setButton",
"alternatives": [
{
"key": "pause",
"value": "{{i18n.commands.setButton.arguments.button.i18n.pause.label}}",
"type": "active"
},
{
"key": "play",
"value": "{{i18n.commands.setButton.arguments.button.i18n.play.label}}",
"type": "active"
},
{
"key": "stop",
"value": "{{i18n.commands.setButton.arguments.button.i18n.stop.label}}",
"type": "active"
},
{
"key": "fastForward",
"value": "{{i18n.commands.setButton.arguments.button.i18n.fastForward.label}}",
"type": "active"
},
{
"key": "rewind",
"value": "{{i18n.commands.setButton.arguments.button.i18n.rewind.label}}",
"type": "active"
}
]
}
},
"state": null
}
],
"automation": {
"conditions": [],
"actions": [
{
"label": "Media Playback Button",
"displayType": "list",
"list": {
"alternatives": [
{
"key": "pause",
"value": "{{i18n.commands.setButton.arguments.button.i18n.pause.label}}",
"type": "active"
},
{
"key": "play",
"value": "{{i18n.commands.setButton.arguments.button.i18n.play.label}}",
"type": "active"
},
{
"key": "stop",
"value": "{{i18n.commands.setButton.arguments.button.i18n.stop.label}}",
"type": "active"
},
{
"key": "fastForward",
"value": "{{i18n.commands.setButton.arguments.button.i18n.fastForward.label}}",
"type": "active"
},
{
"key": "rewind",
"value": "{{i18n.commands.setButton.arguments.button.i18n.rewind.label}}",
"type": "active"
}
],
"command": "setButton"
}
}
]
},
"id": "statelessMediaPlaybackButton",
"version": 1
}