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

Group Devices #69

Open
TobKra96 opened this issue Feb 16, 2021 · 0 comments
Open

Group Devices #69

TobKra96 opened this issue Feb 16, 2021 · 0 comments
Labels
Projects

Comments

@TobKra96
Copy link
Owner

Add groups to organize devices and change multiple devices at the same time.

@TobKra96 TobKra96 added enhancement New feature or request feature and removed enhancement New feature or request labels Feb 16, 2021
@TobKra96 TobKra96 added this to To do in Version 2.3 Nov 23, 2021
@Teraskull Teraskull moved this from To do to In progress in Version 2.3 Nov 23, 2021
Teraskull added a commit that referenced this issue Aug 30, 2022
Note: This is a very early feature preview, might have bugs.

What works:
* Setting an effect for a group of devices.
* Creating/Deleting groups via API.
* Assigning group tags to devices.
* Saving groups and group IDs to config and reading them back.
* Showing all effects that are active when a group is selected.
* Getting active effect(s) from the API using group IDs.

What does NOT work:
* Saving effect settings for groups. An error is displayed instead.
* Getting Random Cycle status for a group via API. `False` is returned.

Also in this commit:
* Rename some functions to better reflect their purpose.
* Remove global variables for better readability.
* Return whole ID when creating device, instead of just the index.
* `Tagin` instance is shared for `Device.js` and `settings.device.js`.
* Add custom functions to `Tagin` for easier usage.
* Show "Device" or "Group" in device bar when selecting a pill.
* Show "Multiple Effects" in device bar if multiple effects are active.
* Some code cleanup and optimizations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Version 2.3
In progress
Development

No branches or pull requests

1 participant