mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
updates for getting connected IP stuff
This commit is contained in:
@@ -93,7 +93,9 @@ namespace PepperDash.Essentials.DM
|
|||||||
|
|
||||||
public void UpdateDeviceInfo()
|
public void UpdateDeviceInfo()
|
||||||
{
|
{
|
||||||
if (!_rmc.IsOnline || _rmc.ConnectedIpList.Count == 0)
|
Debug.Console(1, this, "Updating Device Info");
|
||||||
|
|
||||||
|
if (_rmc.ConnectedIpList.Count == 0)
|
||||||
{
|
{
|
||||||
Debug.Console(1, this, "IP Address information not yet received. No device is online");
|
Debug.Console(1, this, "IP Address information not yet received. No device is online");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user