mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add platformLevel and platformType
This commit is contained in:
@@ -66,7 +66,9 @@ export async function getDeviceList ({ database, transaction, familyEntry }: {
|
||||
activityLevelBlocking: item.activityLevelBlocking,
|
||||
qOrLater: item.isQorLater,
|
||||
mFlags: item.manipulationFlags,
|
||||
pk: item.publicKey ? item.publicKey.toString('base64') : undefined
|
||||
pk: item.publicKey ? item.publicKey.toString('base64') : undefined,
|
||||
pType: item.platformType || undefined,
|
||||
pLevel: item.platformLevel
|
||||
}))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user