Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Scenes do not cancel their non intermediary actions when triggered via an intermediary one. #165

Description

@DivineThreepwood

Bug can be reproduced when an scene is activated which for example changes the color of an entire room to red via the location unit. The lights keep the red color even when the scene is deactivated. Because the scene is not active the actions are not auto extended and canceled after the validation timeout occurs.

It seems like intermediary actions do not cancel their caused actions, therefore please validate:

  • why do the current unit test still succeed, since they should actually cover this scenario.
  • implement unit test to reproduce the issue
  • why are the causes not canceled?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions