forked from uup-dump/api
Fix GStatus_19H1Setup parameter
This commit is contained in:
parent
6fcbb263a3
commit
8ed69debc2
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function uupApiVersion() {
|
function uupApiVersion() {
|
||||||
return '1.21.7';
|
return '1.21.8';
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once dirname(__FILE__).'/auths.php';
|
require_once dirname(__FILE__).'/auths.php';
|
||||||
|
@ -46,7 +46,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku) {
|
|||||||
'FlightingBranchName=external',
|
'FlightingBranchName=external',
|
||||||
'Free=32to64',
|
'Free=32to64',
|
||||||
'GStatus_19H1=2',
|
'GStatus_19H1=2',
|
||||||
'GStatus_19H1Setup=Green',
|
'GStatus_19H1Setup=2',
|
||||||
'GStatus_RS5=2',
|
'GStatus_RS5=2',
|
||||||
'GenTelRunTimestamp_19H1='.(time()-3600),
|
'GenTelRunTimestamp_19H1='.(time()-3600),
|
||||||
'InstallDate=1438196400',
|
'InstallDate=1438196400',
|
||||||
|
Loading…
Reference in New Issue
Block a user