File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
</PropertyGroup >
22
22
23
23
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
24
- <DocumentationFile >D:\Docs\Setlevel\Produtos\CorefluxCommunity\APIs\C#\corefluxmqttcsharpapi\ CorefluxCSharpAPI\CorefluxMQTTcSharpAPI.xml</DocumentationFile >
24
+ <DocumentationFile >CorefluxCSharpAPI\CorefluxMQTTcSharpAPI.xml</DocumentationFile >
25
25
</PropertyGroup >
26
26
27
27
<ItemGroup >
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ This nuget package is resposible for all integration with C# and Coreflux.
22
22
}
23
23
24
24
- Get all installed assets @ our Coreflux Hub and if they are started / stop them
25
- Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
25
+
26
+ Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
26
27
var InstalledAssets = API.GetInstances();
27
28
28
29
foreach(var inst in InstalledAssets)
You can’t perform that action at this time.
0 commit comments