feat: add video wall mode command to dm-rmc-4kz-scaler-c

This commit is contained in:
mhengeli
2024-07-09 20:06:49 -04:00
parent eb388d28db
commit 421f87db5e
12 changed files with 13749 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ namespace PepperDash_Essentials_DM
public interface IhasWallMode
{
void SeteWallMode(ushort walLMode);
void SetWallMode(ushort walLMode);
}
}