mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #782] [CLOSED] have more than one switch per printer #1117
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/782
Author: @ManuelW77
Created: 3/22/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
e0a4987[Feature] Add endpoint and client method to retrieve all smart plugs by printer0751071[Fix] Update power on/off messages for clarity in German and English translations📊 Changes
5 files changed (+134 additions, -167 deletions)
View changed files
📝
backend/app/api/routes/smart_plugs.py(+11 -0)📝
frontend/src/api/client.ts(+1 -0)📝
frontend/src/i18n/locales/de.ts(+5 -5)📝
frontend/src/i18n/locales/en.ts(+5 -5)📝
frontend/src/pages/PrintersPage.tsx(+112 -157)📄 Description
Description
Have more than one switch at the printer card, because of heater or something else.
Adds other switches as a new line below.
Related Issue
no related issue
Type of Change
Changes Made
Backend
backend/app/api/routes/smart_plugs.py — +11 Zeilen
Frontend API
frontend/src/api/client.ts — +1 Zeile
Screenshots
Testing
Checklist
Additional Notes
I think it's a important safety feature, so external heaters can automatically switched off when the print job is done.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.