mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-06 08:16:11 +00:00
fix camera mute command
This commit is contained in:
@@ -316,7 +316,7 @@ namespace PepperDash.Essentials.Core.Bridges
|
||||
{
|
||||
Debug.Console(1, "Factory Attempting to create new EiscApiAdvanced Device");
|
||||
|
||||
var controlProperties = dc.Properties["control"].ToObject<ControlPropertiesConfig>();
|
||||
var controlProperties = CommFactory.GetControlPropertiesConfig(dc);
|
||||
|
||||
switch (dc.Type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user