Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The status changes of the accessories does not seem to be so timely. #145

Open
3 tasks done
guoshuhande opened this issue Jan 21, 2025 · 1 comment
Open
3 tasks done

Comments

@guoshuhande
Copy link

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Provided a clear description of your suggestion.
  • Included any relevant context or examples.

Issue or Suggestion Description

Use the outlet example
When I switch the accessories on and off quickly on my iphone, the response of the accessories does not follow my every click. Sometimes some consecutive clicks will respond together after 500 to 2000ms. Is there any configuration to solve this problem or is the natural capacity of the esp32c3 not enough?

@shahpiyushv
Copy link
Collaborator

The commands from iPhone are received and processed by the accessory serially. Even the iOS will also send the next command only after receiving response for the previous one. Whether the noticeable delay is because iOS sent the command after some delay or because the accessory couldn't process it quickly is hard to know. However, there is no specific configuration to improve this.

Meanwhile, by "respond", do you mean getting the response payload or seeing the action being performed (like light on/off)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants