mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fix camera mute command
This commit is contained in:
parent
f8f5c2474c
commit
95016c3ec6
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue