mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: remove UpdateDeviceInfo call
This commit is contained in:
parent
428f9f34bd
commit
fab30bf888
1 changed files with 618 additions and 618 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue