google-assistant-ruby icon indicating copy to clipboard operation
google-assistant-ruby copied to clipboard

Support surface capabilities

Open armilam opened this issue 7 years ago • 0 comments

Google API requests come in with a list of the device's capabilities:

"surface": {
    "capabilities": [
        {
            "name": "actions.capability.AUDIO_OUTPUT"
        },
        {
            "name": "actions.capability.SCREEN_OUTPUT"
        }
    ]
}

Add support for reading that.

armilam avatar Jun 02 '17 16:06 armilam