This commit is contained in:
@@ -544,9 +544,10 @@ namespace raven_integration
|
|||||||
ApiResponse a = await Util.PostAsync("Widget", await Util.GetTokenAsync("manager", "l3tm3in"), D.ToString());
|
ApiResponse a = await Util.PostAsync("Widget", await Util.GetTokenAsync("manager", "l3tm3in"), D.ToString());
|
||||||
Util.ValidateDataReturnResponseOk(a);
|
Util.ValidateDataReturnResponseOk(a);
|
||||||
long MatchWidgetInSerialId = a.ObjectResponse["result"]["id"].Value<long>();
|
long MatchWidgetInSerialId = a.ObjectResponse["result"]["id"].Value<long>();
|
||||||
|
var MatchWidgetSerial = a.ObjectResponse["result"]["serial"].Value<uint>();
|
||||||
|
|
||||||
//TODO: get this from the return object
|
//TODO: get this from the return object
|
||||||
string SerialSearch="99999999";
|
string SerialSearch=MatchWidgetInSerialId.ToString();;
|
||||||
|
|
||||||
|
|
||||||
//Now see if can find those objects with a phrase search
|
//Now see if can find those objects with a phrase search
|
||||||
|
|||||||
Reference in New Issue
Block a user