mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 01:39:31 +02:00
Transmit activity level blocking setting value
This commit is contained in:
parent
723f81e46f
commit
7fb3f9fb5b
2 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,8 @@ export const generateServerDataStatus = async ({ database, clientStatus, familyI
|
||||||
cOverlay: item.currentOverlayPermission,
|
cOverlay: item.currentOverlayPermission,
|
||||||
hOverlay: item.highestOverlayPermission,
|
hOverlay: item.highestOverlayPermission,
|
||||||
asEnabled: item.asEnabled,
|
asEnabled: item.asEnabled,
|
||||||
wasAsEnabled: item.wasAsEnabled
|
wasAsEnabled: item.wasAsEnabled,
|
||||||
|
activityLevelBlocking: item.activityLevelBlocking
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -86,6 +86,7 @@ export interface ServerDeviceData {
|
||||||
hOverlay: RuntimePermissionStatus
|
hOverlay: RuntimePermissionStatus
|
||||||
asEnabled: boolean
|
asEnabled: boolean
|
||||||
wasAsEnabled: boolean
|
wasAsEnabled: boolean
|
||||||
|
activityLevelBlocking: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ServerUpdatedCategoryBaseData {
|
export interface ServerUpdatedCategoryBaseData {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue