Adding SmartThings samples

This commit is contained in:
Imi
2022-08-29 10:28:57 +02:00
committed by GitHub
parent 51c1c5fde2
commit 942693d6d6
21 changed files with 548 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SmartThingsNet" Version="0.7.0" />
</ItemGroup>
</Project>