Question is regarding V3 directives
My skill reports Retrievable and ProactivelyReported as false in discovery response.
If I click a light icon in the Alexa app, then the skill receives a PowerController directive indicating to turn on the light.
My skill response to the PowerController directive as follows:
The Alexa-App shows the light state as turned on.
All fine until now.
But after a couple of seconds there appears an error message above the icon indicating "Ein Problem ist aufgetreten." (There is a problem).
Is it correct to respond with the property set in the context?
Is it correct to derive the value of the property from the command of the directive as no state is available from the smart home device?
What might be the reason for the error message shown above the light bulp icon?