fix: remove UpdateDeviceInfo call

This commit is contained in:
Andrew Welker
2024-05-31 12:26:52 -05:00
committed by GitHub
parent 428f9f34bd
commit fab30bf888

View File

@@ -40,7 +40,7 @@ namespace PepperDash.Essentials.DM
DeviceInfo = new DeviceInfo();
IsOnline.OutputChange += (currentDevice, args) => { if (args.BoolValue) UpdateDeviceInfo(); };
// IsOnline.OutputChange += (currentDevice, args) => { if (args.BoolValue) UpdateDeviceInfo(); };
}
protected void LinkDmRmcToApi(DmRmcControllerBase rmc, BasicTriList trilist, uint joinStart, string joinMapKey, EiscApiAdvanced bridge)