Entwicklung/Sensormat/Shelly/Shelly3PM/Config.cs

17 lines
420 B
C#
Raw Permalink Normal View History

2025-09-23 10:21:23 +02:00
// Decompiled with JetBrains decompiler
// Type: Shelly.Shelly3PM.Config
// Assembly: Shelly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 2DDB6D74-8C37-490A-B928-07FB0E37240C
// Assembly location: \\192.168.178.26\Freigabe\Shelly.dll
#nullable disable
namespace Shelly.Shelly3PM
{
public class Config
{
public bool Sum { get; set; }
public int index { get; set; }
}
}