Entwicklung/Sensormat/Shelly/Shelly1PM/ResultMeters.cs
2025-09-23 10:21:23 +02:00

21 lines
503 B
C#

// Decompiled with JetBrains decompiler
// Type: Shelly.Shelly1PM.ResultMeters
// 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
using System;
#nullable disable
namespace Shelly.Shelly1PM
{
public class ResultMeters
{
public Decimal power { get; set; }
public Decimal overload { get; set; }
public Decimal total { get; set; }
}
}