Skip to content

Commit

Permalink
Better logging of service calls
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed May 27, 2020
1 parent 88a1dcb commit 755c02b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/App/NetDaemon.App/Common/NetDaemonAppBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public IHttpHandler Http
public string? Id { get; set; }

/// <inheritdoc/>
public bool IsEnabled { get; set; }
public bool IsEnabled { get; set; } = true;

/// <inheritdoc/>
public ILogger? Logger { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/App/NetDaemon.App/NetDaemon.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JoySoftware.HassClient" Version="0.5.0-beta" />
<PackageReference Include="JoySoftware.HassClient" Version="0.5.1-beta" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.4" />
<PackageReference Include="System.Reactive" Version="4.4.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Daemon/NetDaemon.Daemon/NetDaemon.Daemon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="JoySoftware.HassClient" Version="0.5.0-beta" />
<PackageReference Include="JoySoftware.HassClient" Version="0.5.1-beta" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.4" />
<PackageReference Include="YamlDotNet" Version="8.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/DaemonRunner/DaemonRunner/DaemonRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="JoySoftware.HassClient" Version="0.5.0-beta" />
<PackageReference Include="JoySoftware.HassClient" Version="0.5.1-beta" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.4" />
Expand Down

0 comments on commit 755c02b

Please sign in to comment.