Skip to content

Commit 86cdba9

Browse files
committed
datatype fix #4
1 parent 52a0103 commit 86cdba9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

FroniusSolarClient.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3328D218-7CD7-4A44-A093-086CB1BDE675}"
1111
ProjectSection(SolutionItems) = preProject
1212
.travis.yml = .travis.yml
13+
.github\workflows\main.yml = .github\workflows\main.yml
14+
.github\workflows\release.yml = .github\workflows\release.yml
1315
EndProjectSection
1416
EndProject
1517
Global

FroniusSolarClient/Entities/SolarAPI/V1/PowerFlowRealtimeData/PowerFlowRealtimeData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class Site
122122
/// Current relative autonomy in %, null if no smart meter is connected
123123
/// </summary>
124124
[JsonProperty("rel_Autonomy")]
125-
public int RelAutonomy { get; set; }
125+
public decimal? RelAutonomy { get; set; }
126126

127127
/// <summary>
128128
/// Current relative self consumption in %, null if no smart meter is connected

0 commit comments

Comments
 (0)