mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
docs; correct spelling
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e38ac6bab5
commit
e08f250ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public class MyClass
|
||||||
...
|
...
|
||||||
|
|
||||||
// changes to VolumeLevelFeedback will automatically propagate to UShortInputSig 123
|
// changes to VolumeLevelFeedback will automatically propagate to UShortInputSig 123
|
||||||
// changes to HdcpActiveFeedback will propogate to BoolInputSig 456
|
// changes to HdcpActiveFeedback will propagate to BoolInputSig 456
|
||||||
// and these two panel Sigs are updated immediately as well.
|
// and these two panel Sigs are updated immediately as well.
|
||||||
Display.VolumeLevelFeedback.LinkInputSig(MyTp.UshortInput[123]);
|
Display.VolumeLevelFeedback.LinkInputSig(MyTp.UshortInput[123]);
|
||||||
MyHdcpDevice.HdcpActiveFeedback.LinkInputSig(MyTp.BoolInput[456]);
|
MyHdcpDevice.HdcpActiveFeedback.LinkInputSig(MyTp.BoolInput[456]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue