Create script file and scene to run shutdown timer

This commit is contained in:
Matthew Territo
2017-07-12 19:30:58 -06:00
parent ec0a90db5c
commit ab7aafac71
3 changed files with 71 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
--[[ Configuration scripts for the Research Kit ]]--
-- Set a timeout for the application
openspace.setPropertyValue("Global Properties.ResearchKit.Timer._timeout", 20000)
openspace.setPropertyValue("Global Properties.ResearchKit.Timer._timeoutCycles", 0)