Add new API to increment the used time

This commit is contained in:
Jonas Lochmann
2020-01-27 01:00:00 +01:00
parent f4046e0fc3
commit b55c375506
8 changed files with 257 additions and 4 deletions
+1
View File
@@ -21,6 +21,7 @@ export { AddCategoryAppsAction } from './addcategoryapps'
export { AddUserAction } from './adduser'
export { AddInstalledAppsAction } from './addinstalledapps'
export { AddUsedTimeAction } from './addusedtime'
export { AddUsedTimeActionVersion2 } from './addusedtime2'
export { ChangeParentPasswordAction } from './changeparentpassword'
export { ChildChangePasswordAction } from './childchangepassword'
export { ChildSignInAction } from './childsignin'