Skip to content

Commit

Permalink
3048
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossley committed Mar 2, 2019
1 parent 190e198 commit b17be08
Show file tree
Hide file tree
Showing 14 changed files with 1,325 additions and 1,269 deletions.
1,115 changes: 549 additions & 566 deletions CumulusMX/Api.cs

Large diffs are not rendered by default.

645 changes: 346 additions & 299 deletions CumulusMX/Cumulus.cs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CumulusMX/CumulusMX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
<Reference Include="Devart.Data.MySql">
<HintPath>..\packages\Devart.Data.MySql.dll</HintPath>
</Reference>
<Reference Include="FluentFTP, Version=19.2.3.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
<HintPath>..\packages\FluentFTP.19.2.3\lib\net45\FluentFTP.dll</HintPath>
<Reference Include="FluentFTP, Version=21.0.0.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
<HintPath>..\packages\FluentFTP.21.0.0\lib\net45\FluentFTP.dll</HintPath>
</Reference>
<Reference Include="HidSharp, Version=2.0.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\HidSharp.2.0.8\lib\net35\HidSharp.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion CumulusMX/DataStruct.cs
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ public string PressTrendRounded
[DataMember(Name = "SunshineHours")]
public string SunshineHoursRounded
{
get { return SunshineHours.ToString("F1"); }
get { return SunshineHours.ToString(cumulus.SunFormat); }
set { }
}

Expand Down
Loading

0 comments on commit b17be08

Please sign in to comment.