From 0712b5431a434cc324a3faf1accad9d2880e89c0 Mon Sep 17 00:00:00 2001 From: Imi <27138272+iminet@users.noreply.github.com> Date: Mon, 29 Aug 2022 10:30:31 +0200 Subject: [PATCH] Some minor changes --- csharp/SmartThings/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/SmartThings/Program.cs b/csharp/SmartThings/Program.cs index 3a0081b..7e9a7cb 100644 --- a/csharp/SmartThings/Program.cs +++ b/csharp/SmartThings/Program.cs @@ -7,8 +7,8 @@ namespace SmartThings class SmartThings { static void Main() - { - string accesstoken = ""; + { + string accesstoken = ""; // Fill your SmartThings access token here var configuration = new Configuration(); configuration.AccessToken = accesstoken; var devices = new DevicesApi(configuration);