ZigbeeApp/Shared/Common/DeviceUI.cs
@@ -35,9 +35,9 @@ var myDevice = Common.LocalDevice.Current.GetDevice(DeviceAddr, DeviceEpoint); if (myDevice != null) { return $"DeviceUI_{myDevice.FilePath}"; return myDevice.FilePath; } return $"DeviceUI_Unkwon"; return $"Device_Unkwon"; } }