From 8ed69debc251eb839c35a0646836167abe115331 Mon Sep 17 00:00:00 2001 From: whatever127 Date: Sat, 25 May 2019 15:57:04 +0200 Subject: [PATCH] Fix GStatus_19H1Setup parameter --- shared/main.php | 2 +- shared/requests.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/main.php b/shared/main.php index 03c192f..c13dadb 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.21.7'; + return '1.21.8'; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/requests.php b/shared/requests.php index 71c4ba5..e5fe0e0 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -46,7 +46,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku) { 'FlightingBranchName=external', 'Free=32to64', 'GStatus_19H1=2', - 'GStatus_19H1Setup=Green', + 'GStatus_19H1Setup=2', 'GStatus_RS5=2', 'GenTelRunTimestamp_19H1='.(time()-3600), 'InstallDate=1438196400',