mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
fix: updated dminputchange event debug message
This commit is contained in:
@@ -469,7 +469,7 @@ Selector: {4}
|
|||||||
case DMInputEventIds.VideoDetectedEventId: // id-9
|
case DMInputEventIds.VideoDetectedEventId: // id-9
|
||||||
{
|
{
|
||||||
// signal found on HD-PSXxx > Inputs > HDMI/DM Lite X
|
// 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);
|
device.Name, args.EventId, args.Number);
|
||||||
|
|
||||||
var input = args.Number;
|
var input = args.Number;
|
||||||
|
|||||||
Reference in New Issue
Block a user