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

Refactor tomato reload #96

Merged
merged 6 commits into from
Jul 30, 2024
Merged

Refactor tomato reload #96

merged 6 commits into from
Jul 30, 2024

Conversation

PeterKraus
Copy link
Contributor

@PeterKraus PeterKraus commented Jul 21, 2024

Closes #93.

  • adding channels to an existing device
  • adding devices of an existing driver
  • adding new drivers
  • modifying settings of a driver
  • modifying settings of a driver with a running job (should fail)
  • removing channels from a device
  • removing channels from a device with a running job (should fail)
  • removing devices from a driver (should also remove all channels)
  • removing devices from a driver with a running job (should fail)
  • removing drivers

@PeterKraus PeterKraus merged commit f0b44fa into main Jul 30, 2024
12 checks passed
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

Successfully merging this pull request may close these issues.

Thorough testing of tomato reload is necessary
1 participant