Add 'set_multiple' function, to permit setting multiple attributes #3
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.
Suggestion to resolve #2.
Using
decimctl set_multiple, set() is called, a single device instance is created and registers gathered, name & value pairs from the arguments are parsed and then set.Example command:
I am not sure how the UCP Control app is able to set All UMDs on or off in a single press, where all UMDs visually disappear or reappear together with no delay in between each one.
Testing:
It's much faster to switch UMDs on/off using
set_multiple.In #2 my shell script with 4 separate
decimctl setcalls, I can see ~891ms delay between each UMD appearing, measured using a slowmo iphone recording.Using
set_multiplethe visual appearance of each UMD appearing/off is much quicker and the delay is ~491ms.decimctl set attribanddecimctl set attrib valueare functioning as normal.