Skip to content

Instantly share code, notes, and snippets.

@jkelvie
Created December 6, 2019 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkelvie/a0cada878c4a0b8043dc8158ae6826ee to your computer and use it in GitHub Desktop.
Save jkelvie/a0cada878c4a0b8043dc8158ae6826ee to your computer and use it in GitHub Desktop.
{
"envelopeVersion": "20160207",
"capabilities": [
{
"type": "AlexaInterface",
"interface": "Alerts",
"version": "1.3"
},
{
"type": "AlexaInterface",
"interface": "AudioActivityTracker",
"version": "1.0"
},
{
"type": "AlexaInterface",
"interface": "AudioPlayer",
"version": "1.0"
},
{
"type": "AlexaInterface",
"interface": "Notifications",
"version": "1.0"
},
{
"type": "AlexaInterface",
"interface": "PlaybackController",
"version": "1.1"
},
{
"type": "AlexaInterface",
"interface": "Settings",
"version": "1.0"
},
{
"type": "AlexaInterface",
"interface": "Speaker",
"version": "1.0"
},
{
"type": "AlexaInterface",
"interface": "SpeechRecognizer",
"version": "2.0"
},
{
"type": "AlexaInterface",
"interface": "SpeechSynthesizer",
"version": "1.0"
},
{
"type": "AlexaInterface",
"interface": "System",
"version": "1.2"
},
{
"type": "AlexaInterface",
"interface": "TemplateRuntime",
"version": "1.0"
},
{
"type": "AlexaInterface",
"interface": "VisualActivityTracker",
"version": "1.0"
},
{
"type": "AlexaInterface",
"interface": "Alexa.InteractionMode",
"version": "1.0",
"configurations": {
"interactionModes": [
{
"id": "smart_screen",
"uiMode": "HUB",
"interactionDistance": {
"unit": "INCHES",
"value": 84
},
"touch": "SUPPORTED",
"keyboard": "UNSUPPORTED",
"video": "SUPPORTED"
}
]
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.Display",
"version": "1.0",
"configurations": {
"display": {
"type": "PIXEL",
"touch": [
"SINGLE"
],
"shape": "RECTANGLE",
"dimensions": {
"resolution": {
"unit": "PIXEL",
"value": {
"width": 1280,
"height": 800
}
},
"physicalSize": {
"unit": "INCHES",
"value": {
"width": 8.6,
"height": 5.4
}
},
"pixelDensity": {
"unit": "DPI",
"value": 160
},
"densityIndependentResolution": {
"unit": "DP",
"value": {
"width": 1280,
"height": 800
}
}
}
}
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.Display.Window",
"version": "1.0",
"configurations": {
"templates": [
{
"id": "smartScreenLandscape",
"type": "STANDARD",
"configuration": {
"sizes": [
{
"type": "DISCRETE",
"id": "fullscreen",
"value": {
"unit": "PIXEL",
"value": {
"width": 1280,
"height": 800
}
}
}
],
"interactionModes": [
"smart_screen"
]
}
}
]
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.Presentation",
"version": "1.0"
},
{
"interface": "Alexa.Presentation.APL",
"type": "AlexaInterface",
"version": "1.0",
"configurations": {
"runtime": {
"maxVersion": "1.2"
}
}
},
{
"type": "AlexaInterface",
"interface": "Alexa.Presentation.APL.Video",
"version": "1.0",
"configurations": {
"video": {
"codecs": [
"H_264_42",
"H_264_41"
]
}
}
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment