Skip to content

Commit

Permalink
chore: cleanup comments, update nuget package info
Browse files Browse the repository at this point in the history
  • Loading branch information
AECohn committed May 6, 2024
1 parent 0887e99 commit 776a253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions src/SamsungMdc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,6 @@ private set
#if SERIES4
public ISelectableItems<byte> Inputs { get; private set; }


//what I need to do, use existing logic that sets inputs and passes into an int value, and have that value select the
//input from the list of ISelectableItems Inputs

/* To-Do: Find the actual thing that sends the command.
Build a class that satisfies Iselectable Items and an IselectableItems Class
Each Input needs an implementation of Select and IsSelected, look at LG for examples
ALL I NEED TO DO IS: when select is asserted on the input, it sends the command to the display
when the main class parses the current selected input, it should iterate through my ISelectableItems and set them accordingly
Create a separate file for the inputs class (see LG )
The select method should just have an Action, and I can pass in the input method to be called
*/
#endif

public void SetInput(int value)
Expand Down Expand Up @@ -978,7 +965,7 @@ public override void ExecuteSwitch(object selector)
}

#if SERIES4
private void SetupInputs() //DELETE:a2472
private void SetupInputs()
{
Inputs = new SamsungInputs
{
Expand Down
2 changes: 1 addition & 1 deletion src/epi-display-samsung-mdc.4Series.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PepperDashEssentials" Version="2.0.0-beta-2431" />
<PackageReference Include="PepperDashEssentials" Version="2.0.0-alpha-2472" />
</ItemGroup>

</Project>

0 comments on commit 776a253

Please sign in to comment.