Skip to content

Alexa call ChangeReport API return success (202) but the Alexa app does not update current device state #115

@hyhypepe

Description

@hyhypepe

I set these properties to my endpoint:

{  
   interface:"Alexa.PowerController",
   version:"3",
   type:"AlexaInterface",
   properties:{  
      supported:[  
         {  
            name:"powerState"
         }
      ],
      retrievable:false,
      proactivelyReported:true
   }
}

When my device state change, I call ChangeReport API to update its state, the gateway return

success (202) but the Alexa app does not update its newest state. So updating live is not current supported or this my bug or anything else?

Thank for your help.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions