Added method to set preset for multiple situations

This commit is contained in:
Louis Iacovelli
2021-08-12 11:49:59 -04:00
parent 6f0bfedac1
commit 072411e4f6
2 changed files with 30 additions and 14 deletions

View File

@@ -171,7 +171,8 @@ namespace PepperDash.Essentials.Devices.Common.Cameras
{
LinkCameraToApi(this, trilist, joinStart, joinMapKey, bridge);
OnPresetsListHasChanged();
//OnPresetsListHasChanged();
}
void socket_ConnectionChange(object sender, GenericSocketStatusChageEventArgs e)