mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
updates for getting connected IP stuff
This commit is contained in:
parent
c686ee394d
commit
10509991c1
1 changed files with 3 additions and 1 deletions
|
|
@ -93,7 +93,9 @@ namespace PepperDash.Essentials.DM
|
|||
|
||||
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");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue