mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
fix: updated dminputchange event debug message
This commit is contained in:
parent
19f2c6aa79
commit
b245016420
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ Selector: {4}
|
|||
case DMInputEventIds.VideoDetectedEventId: // id-9
|
||||
{
|
||||
// signal found on HD-PSXxx > Inputs > HDMI/DM Lite X
|
||||
Debug.Console(1, this, "{0} DM Input Event ID {1}-SourceSync | Number {2}: Updating VideoInputSyncFeedbacks",
|
||||
Debug.Console(1, this, "{0} DM Input Event ID {1} | Number {2}: Updating VideoInputSyncFeedbacks",
|
||||
device.Name, args.EventId, args.Number);
|
||||
|
||||
var input = args.Number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue