// 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; } } }