Hi,
After implementing the discovery interface for the Doorbell event, the setting in the Alexa app is always disabled, can I make it enabled by default. Below is my discovery response.
{ "header": { "namespace": "Alexa.Discovery", "name": "Discover.Response", "payloadVersion": "3", "messageId": "984c6019-a077-43c1-9b3d-ce548c557673" }, "payload": { "endpoints": [ { "endpointId": "doorbell_era", "manufacturerName": "ERA", "friendlyName": "Doorbell", "description": "Doorbell", "displayCategories": [ "DOORBELL" ], "cookie": {}, "capabilities": [ { "interface": "Alexa.DoorbellEventSource", "version": "3", "type": "AlexaInterface", "proactivelyReported": true } ] } ] } }