15 lines
399 B
C#
15 lines
399 B
C#
|
|
// Decompiled with JetBrains decompiler
|
|||
|
|
// Type: Shelly.Shelly1PM.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.Shelly1PM
|
|||
|
|
{
|
|||
|
|
public class ResultSet
|
|||
|
|
{
|
|||
|
|
public ResultMeters[] meters { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|