-
Notifications
You must be signed in to change notification settings - Fork 348
Enable non-loaded hardware components after start of CM. #1049
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
base: master
Are you sure you want to change the base?
Changes from 8 commits
339dc73
70d8c33
9322373
57ae147
6f96ea7
9054324
7792ce3
61265e6
e6cadf6
74d376e
8f890c7
b21954e
6a3870c
3ac185c
3c61830
416b4df
4dfe63e
0894f5d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -7,6 +7,15 @@ controller_manager: | |||||
} | ||||||
|
||||||
hardware_components_initial_state: | ||||||
not_loaded: { | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Can we name this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am open to it. Althrough for me personaly, @bmagyar, @christophfroehlich what do you think about this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure. I don't have a strong opinion here. If they are fine, all good :) |
||||||
type: string_array, | ||||||
default_value: [], | ||||||
description: "Defines which hardware components should not be loaded activated when controller manager is started. If later used, these hardware components will need to be loaded, configured and activated manually or via a hardware spawner.", | ||||||
validation: { | ||||||
unique<>: null, | ||||||
} | ||||||
} | ||||||
|
||||||
unconfigured: { | ||||||
type: string_array, | ||||||
default_value: [], | ||||||
|
Uh oh!
There was an error while loading. Please reload this page.