mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
adds todo for examining class inheritance design
This commit is contained in:
parent
618fa68000
commit
d2c8da68a5
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ namespace PepperDash.Essentials.DM
|
|||
|
||||
// Set Ports for CEC
|
||||
|
||||
//TODO: We need to look at this class inheritance design...not so sure these properties need to be virtual and/or abstract.
|
||||
EdidManufacturerFeedback = new StringFeedback(() => _rmc.HdmiOutput.ConnectedDevice.Manufacturer.StringValue);
|
||||
EdidNameFeedback = new StringFeedback(() => _rmc.HdmiOutput.ConnectedDevice.Name.StringValue);
|
||||
EdidPreferredTimingFeedback = new StringFeedback(() => _rmc.HdmiOutput.ConnectedDevice.PreferredTiming.StringValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue