Entwicklung/Sensormat/Shelly/Shelly3PM/ResultMeters.cs

25 lines
601 B
C#
Raw Permalink Normal View History

2025-09-23 10:21:23 +02:00
// Decompiled with JetBrains decompiler
// Type: Shelly.Shelly3PM.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.Shelly3PM
{
public class ResultMeters
{
public Decimal current { get; set; }
public Decimal power { get; set; }
public Decimal voltage { get; set; }
public Decimal total { get; set; }
public Decimal total_returned { get; set; }
}
}