Skip to content

Commit

Permalink
fix: re add HM commands
Browse files Browse the repository at this point in the history
  • Loading branch information
equinoy committed Jul 26, 2024
1 parent 5f70668 commit d85812a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified PDT.PanasonicDisplay.EPI/PDT.PanasonicDisplay.projectinfo
Binary file not shown.
4 changes: 2 additions & 2 deletions PDT.PanasonicDisplay.EPI/PanasonicDisplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public class PanasonicDisplay : TwoWayDisplayBase, IBasicVolumeWithFeedback, ICo

#region Command constants
public const string InputGetCmd = "\x02QMI\x03";
public const string Hdmi1Cmd = "\x02IMS:SL1\x03";
public const string Hdmi2Cmd = "\x02IMS:SL2\x03";
public const string Hdmi1Cmd = "\x02IMS:HM1\x03";
public const string Hdmi2Cmd = "\x02IMS:HM2\x03";
public const string Hdmi3Cmd = "";
public const string Hdmi4Cmd = "";
public const string Dp1Cmd = "";
Expand Down

0 comments on commit d85812a

Please sign in to comment.