mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
feat(essentails): #911 swaps cisco comm monitor poll string
This commit is contained in:
parent
a06652ee61
commit
55ab593d73
1 changed files with 2 additions and 1 deletions
|
|
@ -359,7 +359,8 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||
}
|
||||
else
|
||||
{
|
||||
CommunicationMonitor = new GenericCommunicationMonitor(this, Communication, 30000, 120000, 300000, "xStatus SystemUnit Software Version\r\n");
|
||||
var command = string.Format("xCommand Peripherals HeartBeat ID: {0}{1}", CrestronEthernetHelper.ETHERNET_PARAMETER_TO_GET.GET_MAC_ADDRESS, Delimiter);
|
||||
CommunicationMonitor = new GenericCommunicationMonitor(this, Communication, 30000, 120000, 300000, command);
|
||||
}
|
||||
|
||||
if (props.Sharing != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue