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,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("SmartThings")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SmartThings")]
[assembly: System.Reflection.AssemblyTitleAttribute("SmartThings")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
b68e8acde5b615b35a2a857fc2aa1d791aab4750

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = SmartThings
build_property.ProjectDir = C:\Users\Imi\Downloads\SmartThings\

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@@ -0,0 +1 @@
292844816067845a7acc33dd8903d6d2acf092c0

View File

@@ -0,0 +1,21 @@
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.exe
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.deps.json
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.runtimeconfig.json
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.dll
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\ref\SmartThings.dll
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThings.pdb
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\JsonSubTypes.dll
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\Newtonsoft.Json.dll
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\Polly.dll
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\RestSharp.dll
C:\Users\Imi\Downloads\SmartThings\bin\Debug\net6.0\SmartThingsNet.dll
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.csproj.AssemblyReference.cache
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.AssemblyInfoInputs.cache
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.AssemblyInfo.cs
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.csproj.CoreCompileInputs.cache
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.csproj.CopyComplete
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.dll
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\ref\SmartThings.dll
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.pdb
C:\Users\Imi\Downloads\SmartThings\obj\Debug\net6.0\SmartThings.genruntimeconfig.cache

Binary file not shown.

View File

@@ -0,0 +1 @@
85be4d135fa791874eda73c0a20cae485cb75e84

Binary file not shown.

Binary file not shown.