laatzen/ServiceFwUpdate/Common/FwUpdateSafe/ReportTemplate.cs
Thomas Wiedebusch ddda03c640 CUST 1.2.0
FwUpdateSw:
- Skip radio check to support FW 1.2.xx
- StoreConfiguration before update.
FwUpdateBuilder:
- Skip radio frequency check to support FW 1.2.xx
2022-04-27 08:39:48 +02:00

19 lines
263 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Xylem.ServiceFwUpdate.Common.FwUpdateSafe
{
/// <summary>
/// Template for reports.
/// </summary>
[Serializable]
public struct ReportTemplate
{
}
}