mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
remove device info stuff from DGE for now
This commit is contained in:
@@ -39,12 +39,12 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
|
|||||||
{
|
{
|
||||||
_dge = device;
|
_dge = device;
|
||||||
_dgeEthernetInfo = _dge.ExtenderEthernetReservedSigs;
|
_dgeEthernetInfo = _dge.ExtenderEthernetReservedSigs;
|
||||||
_dgeEthernetInfo.DeviceExtenderSigChange += (extender, args) => UpdateDeviceInfo();
|
//_dgeEthernetInfo.DeviceExtenderSigChange += (extender, args) => UpdateDeviceInfo();
|
||||||
_dgeEthernetInfo.Use();
|
_dgeEthernetInfo.Use();
|
||||||
|
|
||||||
DeviceInfo = new DeviceInfo();
|
DeviceInfo = new DeviceInfo();
|
||||||
|
|
||||||
_dge.OnlineStatusChange += (currentDevice, args) => { if (args.DeviceOnLine) UpdateDeviceInfo(); };
|
//_dge.OnlineStatusChange += (currentDevice, args) => { if (args.DeviceOnLine) UpdateDeviceInfo(); };
|
||||||
|
|
||||||
_dc = dc;
|
_dc = dc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user