mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
docs; correct spelling
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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]);
|
||||||
|
|||||||
Reference in New Issue
Block a user