Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Röthinger committed Apr 4, 2021
1 parent 52c8ed0 commit 13a0b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static class CecMessageBuilder
public static CecMessage VendorCommandWithId(LogicalAddress source, LogicalAddress destination, int vendorId, byte[] data);
public static CecMessage VendorCommandWithId(LogicalAddress source, LogicalAddress destination, int vendorId, string data);
public static CecMessage VendorRemoteButtonDown(LogicalAddress source, LogicalAddress destination, byte[] data);
public static CecMessage VendorRemoteButtonDown(LogicalAddress source, LogicalAddress destination, string data)
public static CecMessage VendorRemoteButtonDown(LogicalAddress source, LogicalAddress destination, string data);
public static CecMessage VendorRemoteButtonUp(LogicalAddress source, LogicalAddress destination);
public static CecMessage Standby(LogicalAddress source, LogicalAddress destination);
public static CecMessage UserControlPressed(LogicalAddress source, LogicalAddress destination, UiCommand command);
Expand Down

0 comments on commit 13a0b63

Please sign in to comment.