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
StackTrace:
at SmartThingsNet.Client.CustomJsonCodec.Deserialize(IRestResponse response, Type type) in SmartThingsNet-master\src\Client\ApiClient.cs:line 145
at SmartThingsNet.Client.CustomJsonCodec.Deserialize[T](IRestResponse response) in SmartThingsNet-master\src\Client\ApiClient.cs:line 86
at RestSharp.RestClient.Deserialize[T](IRestRequest request, IRestResponse raw)