SmartThingsNet
SmartThingsNet copied to clipboard
SmartThingsNet dotnet client sdk
The `GetDeviceStatus` and `GetDeviceStatusAsync` methods are returning null. I'm able to use the other methods just fine. I am also able to call the API directly from Postman and get...
This is also causing SmartThings Terminal to throw an exception while enumerating devices ``` SmartThingsNet.Client.ApiException HResult=0x80131500 Message=Error converting value "EDGE_CHILD" to type 'SmartThingsNet.Model.DeviceIntegrationType'. Path 'items[0].type', line 1, position 885. Source=SmartThingsNet...
I don't understand something. There is a way to get the next and previous URIs for the paged response but how do I use it? I don't see how to...