Skip to content

No peripheral API event for timer_cancelled #367

Description

@super-qua

First of all great to see this project moving forward, and many thanks for the effort put into it!

Currently, when a timer is cancelled, the peripheral API is not informed as only an IDLE event is sent.
I assume this is here

elif event_type == VoiceAssistantTimerEventType.VOICE_ASSISTANT_TIMER_CANCELLED:

It would be great if the peripheral could be informed. Depending on what you think fits best in terms of architecture, either via a dedicated event, or a timer_updated with cancelled or similar.

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