Dear all
I'm experiencing some issues related to the retrieval of the "powerState" value.
I'm developing a skill which returns the following properties on a ReportState:
"context": { "properties": [ { "namespace": "Alexa.PowerController", "name": "powerState", "timeOfSample": "2019-01-22T14:57:33.033Z", "uncertaintyInMilliseconds": 200, "value": "ON" }, { "namespace": "Alexa.TemperatureSensor", "name": "temperature", "timeOfSample": "2019-01-22T14:57:33.033Z", "uncertaintyInMilliseconds": 200, "value": { "scale": "CELSIUS", "value": 14.5 } }, { "namespace": "Alexa.ThermostatController", "name": "targetSetpoint", "timeOfSample": "2019-01-22T14:57:34.034Z", "uncertaintyInMilliseconds": 200, "value": { "scale": "CELSIUS", "value": 26 } } ] },
I'm able to ask Alexa for the retrieval of both the temperature and the targetSetpoint but I'm unable to discover the right utterance (in Italian) to use for retrieving the powerState.
Any ideas?
Thank you in advance