Conversation
MaxRink
force-pushed
the
feature/generic-device-settings
branch
3 times, most recently
from
September 14, 2026 09:06
d5385d1 to
9955dc2
Compare
MaxRink
force-pushed
the
feature/generic-device-settings
branch
from
September 14, 2026 11:55
9955dc2 to
cb714d6
Compare
This was referenced Sep 16, 2026
Member
|
Maintainer direction for 0.9.0: this is P0 generic driver-runtime v2 work. #855 is accepted; see execution tracker #890. Please make the settings-entry contract device-type agnostic rather than Scale/Sensor-specific. A validated driver-declared endpoint should also work for the Grinder domain in #889. Keep |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implement a generic native device-settings entry that opens a validated plugin-owned settings endpoint using the stable public device identity.
deviceIdand optional name parameters.This branch builds on #844 metadata. It keeps the host's existing one-binding limit and can be reviewed independently of multiple-scale support. The Skale driver in #846 declares its plugin-owned settings endpoint; this separate generic PR adds the native entry point.
Linked Issue
Related #855 and #716. Depends on #844; #846 declares its device-settings endpoint.
The new discussion issue is awaiting maintainer triage. This PR remains a draft while maintainers discuss the proposal; opening the issue does not satisfy the accepted-issue gate or imply approval of the proposed contract.
Verification
Combined Linux Flutter gate for the current publication stack: 4,315 passed, 1 skipped, 0 failed; analyzer clean (48.0s). Source was unchanged during the gate.
Combined simulated runtime checks passed for the current stack; no production fixes were needed during runtime validation.
Impact
Each applicable plugin device opens its own validated settings authority. Plugin-global settings remain separate, and unavailable/retired instances cannot open settings. No public inventory field is added; the authoritative manifest schema and plugin/device documentation describe the driver endpoint contract.
Contributor Responsibility
AI-assisted development is allowed. The submitter remains responsible for the submitted work.