Entwicklung/Sensormat/Shelly/Shelly3PM/ResultSet.cs

15 lines
400 B
C#
Raw Normal View History

2025-09-23 10:21:23 +02:00
// Decompiled with JetBrains decompiler
// Type: Shelly.Shelly3PM.ResultSet
// 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 ResultSet
{
public ResultMeters[] emeters { get; set; }
}
}