Entwicklung/Sensormat/ESP8266_Gaszaehler/ResultSet.cs
2025-09-23 10:21:23 +02:00

25 lines
650 B
C#

// Decompiled with JetBrains decompiler
// Type: Sensormat.ESP8266_Gaszaehler.ResultSet
// Assembly: ESP8266_Gaszaehler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 4783B34D-C78D-4F6E-946E-4E4DC92855C4
// Assembly location: \\192.168.178.26\Freigabe\ESP8266_Gaszaehler.dll
using System;
#nullable disable
namespace Sensormat.ESP8266_Gaszaehler
{
public class ResultSet
{
public DateTime? StartTime { get; set; }
public string Version { get; set; }
public int WIFIConnectCounter { get; set; }
public string GasMeter { get; set; }
public string ErrorMsg { get; set; }
}
}