local api Archives - Synthesis VR https://synthesisvr.com/knowledge-base/tag/local-api/ VR Location Management and Content Licensing Thu, 07 Sep 2023 19:08:47 +0000 en-US hourly 1 https://wordpress.org/?v=6.2.6 https://synthesisvr.com/wp-content/uploads/2022/11/cropped-Site-Logo-Icon-32x32.png local api Archives - Synthesis VR https://synthesisvr.com/knowledge-base/tag/local-api/ 32 32 Synthesis VR API – Local API https://synthesisvr.com/knowledge-base/local-api/?utm_source=rss&utm_medium=rss&utm_campaign=local-api Tue, 22 Oct 2019 13:55:51 +0000 https://synthesisvr.com/?post_type=epkb_post_type_1&p=2939 The local API is a special URL that runs on every of your VR stations and can be used for building third-party services and functionalities. The API URL is: http://localhost:8080/control/<API_COMMAND>   Commands: Command Description status Provides a way to check the if SynthesisVR is running well. It should contain “status”:1 in the response status/hmd Represents if the HMD is currently connected to SteamVR. Returns true or false status/controllers Returns the status of all connected controllers – their battery level, if they are currently charging and if they are wireless controllers status/hmdreboot Stops SteamVR, awaits for 15 seconds and starts SteamVR idleplayback/(true|false) Enables/Disables the Idle Playback functionality  

The post Synthesis VR API – Local API appeared first on Synthesis VR.

]]>
The local API is a special URL that runs on every of your VR stations and can be used for building third-party services and functionalities. The API URL is:
  • http://localhost:8080/control/<API_COMMAND>
 
Commands:
Command Description
status Provides a way to check the if SynthesisVR is running well. It should contain “status”:1 in the response
status/hmd Represents if the HMD is currently connected to SteamVR. Returns true or false
status/controllers Returns the status of all connected controllers – their battery level, if they are currently charging and if they are wireless controllers
status/hmdreboot Stops SteamVR, awaits for 15 seconds and starts SteamVR
idleplayback/(true|false) Enables/Disables the Idle Playback functionality
 

The post Synthesis VR API – Local API appeared first on Synthesis VR.

]]>