I refer this Smart Home Skill API Reference, and implement nodejs lambda function. The document said that if encounter any error when discovering, just response an empty DiscoverAppliancesResponse
, and not an error message.
My question is, when accessToken
is expired, or in-valid. Then return am empty DiscoverAppliancesResponse
too ? Or, any error message about invalid access token, let Alexa server refresh access token.