Skip to content

daltskin/SmartThingsNet

Repository files navigation

SmartThingsNet - dotnet library for the SmartThings API

.NET CoreGithub PackageNuget

Overview

The SmartThings API supports REST, resources are protected with OAuth 2.0 Bearer Tokens, and all responses are sent as JSON.

For an example on how to use this SDK, please refer to the SmartThings Terminal cli tool.

Note: This SDK is mostly auto-generated from the public SmartThings open-api definition but with necessary compilation fixes.
The underlying SmartThings API is currently in preview and has ongoing changes - there are some discrepancies between what functionality is exposed and what is implemented.
Therefore if things don't work, please check the SmartThings API behaves in the way you expect first.