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

Notify clients when sources are added/removed/rearranged in a scene #17

Closed
Palakis opened this issue Dec 4, 2016 · 0 comments
Closed

Comments

@Palakis
Copy link
Collaborator

Palakis commented Dec 4, 2016

Add event types SourceOrderChanged and RepopulateSources

"SourceOrderChanged"

Scene items have been rearranged.

  • "scene-name" (string) : name of the scene where items have been reordered

"SceneItemAdded"

An item has been added to the current scene.

  • "scene-name" (string) : name of the scene
  • "item-name" (string) : name of the item added to scene-name

"SceneItemRemoved"

An item has been removed from the current scene.

  • "scene-name" (string) : name of the scene
  • "item-name" (string) : name of the item removed from scene-name
@Palakis Palakis added this to the 0.4 milestone Dec 4, 2016
@Palakis Palakis changed the title Notify clients when sources are added/removed/rearranged Notify clients when sources are added/removed/rearranged in a scene Dec 5, 2016
@Palakis Palakis removed this from the 0.4 milestone Feb 17, 2017
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

1 participant